Shades of Navy Blue #0581CE
Tints of Navy Blue #0581CE
RGB
CMYK
RGB Variations
Color information
#0581CE (or 0x0581CE) is known color: Navy Blue. HEX triplet: 05, 81 and CE. RGB value is (5,129,206). Sum of RGB (Red+Green+Blue) = 5+129+206=340 (45% of max value = 765). Red value is 5 (2.34% from 255 or 1.47% from 340); Green value is 129 (50.78% from 255 or 37.94% from 340); Blue value is 206 (80.86% from 255 or 60.59% from 340); Max value from RGB is 206 - color contains mainly: blue. Hex color #0581CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0581CE is #FA7E31. Grayscale: #646464. Windows color (decimal): -16416306 or 13533445. OLE color: 13533445.
HSL color Cylindrical-coordinate representation of color #0581CE: hue angle of 202.99º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0581CE is Cyan = 0.98, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 5 | 129 | 206 | - |
| CMYK | 0.98 | 0.37 | 0 | 0.19 |
| HSL | 202.99º | 0.95% | 0.41% | - |
| HSV(B) | 202.99º | 0.98% | 0.81% | - |
| XYZ | 19.05 | 20.19 | 61.29 | - |
| YUV | 100.7 | 187.42 | 59.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 129 | 206 | 0.98 | 0.37 | 0 | 0.19 | 202.99 | 0.95 | 0.41 |
| Hex | 5 | 81 | CE | 62 | 25 | 0 | 13 | CB | 5F | 29 |
| Octal | 5 | 201 | 316 | 142 | 45 | 0 | 23 | 313 | 137 | 51 |
| Binary | 101 | 10000001 | 11001110 | 1100010 | 100101 | 0 | 10011 | 11001011 | 1011111 | 101001 |
Color Harmonies of #0581CE
Complementary color
Monochromatic Colors of #0581CE
Black with #0581CE
Text Example
Text Example
White with #0581CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0581CE; }
p { color: rgb(5,129,206); }
H1.HeaderClassName
{
color: #0581CE;
}
.AnyTagClassName
{
color: #0581CE;
}
</style>
background-color css
<style>
a { background-color: #0581CE; }
a { background-color: rgb(5,129,206); }
div.DivClassName
{
background-color: #0581CE;
}
.BgClassName
{
background-color: #0581CE;
}
</style>
border-color css
<style>
span { border-color: #0581CE; }
span { border-color: rgb(5,129,206); }
td.TdClassName
{
border-color: #0581CE;
}
.TagClassName
{
border-color: #0581CE;
}
</style>