color codes Logo

#0581db color codes

#0581DB
(5,129,219)
0 Favorites   0 Comments

Color spaces of #0581db

RGB 5129219
HSL0.570.960.44
HSV205°98°86°
CMYK 0.980.410.00   0.14
XYZ20.699020.847369.9508
Yxy20.84730.18560.1870
Hunter Lab45.65881.0183-58.8730
CIE-Lab52.78204.3462-53.9839

#0581db color RGB value is (5,129,219).

#0581db hex color red value is 5, green value is 129 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #0581db hue: 0.57 , saturation: 0.96 and the lightness value of 0581db is 0.44.

The process color (four color CMYK) of #0581db color code is 0.98, 0.41, 0.00, 0.14. Web safe color of #0581db is #0099cc. Color #0581db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 10000001 11011011
Octal 5 201 333
Decimal 5 129 219
Hex 5 81 DB

RGB Percentages of Color #0581db

%1.42
%36.54
%62.04

CMYK Percentages of Color #0581db

%98
%41
%0
%14

Triadic Colors of #0581db

#0581db #db0581 #81db05

Analogous Colors of #0581db

#0581db #0516db #05dbca

Monochromatic Colors of #0581db

#0581db

Complementary Color

#0581db #db5f05

#0581db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0581db Color Preview on White Background

Lorem ipsum dolor sit amet.

#0581db Color CSS Codes

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

#0581db Text Font Color

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

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


#0581db Background Color

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

This div background color is #0581db


#0581db Border Color

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

This div border color is #0581db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0581db


Comments

No comments written yet.

Please login to write comment.