Color Hex Logo

#0152db Color Hex

#0152DB
(1,82,219)
0 Favorites   0 Comments

Color spaces of #0152db

RGB 182219
HSL0.600.990.43
HSV218°100°86°
CMYK 1.000.630.00   0.14
XYZ15.816011.155568.3375
Yxy11.15550.16590.1170
Hunter Lab33.399926.0763-97.9299
CIE-Lab39.841134.3202-74.9587

#0152db color RGB value is (1,82,219).

#0152db hex color red value is 1, green value is 82 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #0152db hue: 0.60 , saturation: 0.99 and the lightness value of 0152db is 0.43.

The process color (four color CMYK) of #0152db color hex is 1.00, 0.63, 0.00, 0.14. Web safe color of #0152db is #0066cc. Color #0152db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01010010 11011011
Octal 1 122 333
Decimal 1 82 219
Hex 1 52 DB

RGB Percentages of Color #0152db

%0.33
%27.15
%72.52

CMYK Percentages of Color #0152db

%100
%63
%0
%14

Triadic Colors of #0152db

#0152db #db0152 #52db01

Analogous Colors of #0152db

#0152db #1d01db #01bfdb

Monochromatic Colors of #0152db

#0152db

Complementary Color

#0152db #db8a01

#0152db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0152db Color Preview on White Background

Lorem ipsum dolor sit amet.

#0152db Color CSS Codes

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

#0152db Text Font Color

<p style="color:#0152db">Text here</p>

This sample text font color is #0152db
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.


#0152db Background Color

<div style="background-color:#0152db">
Div content here</div>

This div background color is #0152db


#0152db Border Color

<div style="border:3px solid #0152db">
Div here</div>

This div border color is #0152db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,82,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0152db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0152db;
  -webkit-box-shadow: 1px 1px 3px 2px #0152db;
  box-shadow:         1px 1px 3px 2px #0152db; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(1,82,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 #0152db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0152db


Comments

No comments written yet.

Please login to write comment.