Color Hex Logo

#0b3cdb Color Hex

#0B3CDB
(11,60,219)
0 Favorites   0 Comments

Color spaces of #0b3cdb

RGB 1160219
HSL0.630.900.45
HSV226°95°86°
CMYK 0.950.730.00   0.14
XYZ14.54018.417367.8762
Yxy8.41730.16010.0927
Hunter Lab29.012638.6860-118.4027
CIE-Lab34.837348.2851-83.1999

#0b3cdb color RGB value is (11,60,219).

#0b3cdb hex color red value is 11, green value is 60 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #0b3cdb hue: 0.63 , saturation: 0.90 and the lightness value of 0b3cdb is 0.45.

The process color (four color CMYK) of #0b3cdb color hex is 0.95, 0.73, 0.00, 0.14. Web safe color of #0b3cdb is #0033cc. Color #0b3cdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001011 00111100 11011011
Octal 13 74 333
Decimal 11 60 219
Hex B 3C DB

RGB Percentages of Color #0b3cdb

%3.79
%20.69
%75.52

CMYK Percentages of Color #0b3cdb

%95
%73
%0
%14

Triadic Colors of #0b3cdb

#0b3cdb #db0b3c #3cdb0b

Analogous Colors of #0b3cdb

#0b3cdb #420bdb #0ba4db

Monochromatic Colors of #0b3cdb

#0b3cdb

Complementary Color

#0b3cdb #dbaa0b

#0b3cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0b3cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0b3cdb Color CSS Codes

.mybgcolor {background-color:#0b3cdb; } 
.myforecolor {color:#0b3cdb; }
.mybordercolor {border:3px solid #0b3cdb; }

#0b3cdb Text Font Color

<p style="color:#0b3cdb">Text here</p>

This sample text font color is #0b3cdb
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#0b3cdb Background Color

<div style="background-color:#0b3cdb">
Div content here</div>

This div background color is #0b3cdb


#0b3cdb Border Color

<div style="border:3px solid #0b3cdb">
Div here</div>

This div border color is #0b3cdb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(11,60,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0b3cdb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0b3cdb;
  -webkit-box-shadow: 1px 1px 3px 2px #0b3cdb;
  box-shadow:         1px 1px 3px 2px #0b3cdb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(11,60,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #0b3cdb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #0b3cdb;
  -webkit-box-shadow: 1px 1px 3px 2px #0b3cdb;
  box-shadow:         1px 1px 3px 2px #0b3cdb;">
Div content here</div>

This div box has shadow with color #0b3cdb


Comments

No comments written yet.

Please login to write comment.