Shades of Navy Blue #005FCE
Tints of Navy Blue #005FCE
RGB
CMYK
RGB Variations
Color information
#005FCE (or 0x005FCE) is known color: Navy Blue. HEX triplet: 00, 5F and CE. RGB value is (0,95,206). Sum of RGB (Red+Green+Blue) = 0+95+206=301 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 301); Green value is 95 (37.5% from 255 or 31.56% from 301); Blue value is 206 (80.86% from 255 or 68.44% from 301); Max value from RGB is 206 - color contains mainly: blue. Hex color #005FCE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #005FCE is #FFA031. Grayscale: #4E4E4E. Windows color (decimal): -16752690 or 13524736. OLE color: 13524736.
HSL color Cylindrical-coordinate representation of color #005FCE: hue angle of 212.33º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005FCE is Cyan = 1, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 0 | 95 | 206 | - |
| CMYK | 1 | 0.54 | 0 | 0.19 |
| HSL | 212.33º | 1% | 0.4% | - |
| HSV(B) | 212.33º | 1% | 0.81% | - |
| XYZ | 15.23 | 12.64 | 60.03 | - |
| YUV | 79.25 | 199.53 | 71.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 95 | 206 | 1 | 0.54 | 0 | 0.19 | 212.33 | 1 | 0.4 |
| Hex | 0 | 5F | CE | 64 | 36 | 0 | 13 | D4 | 64 | 28 |
| Octal | 0 | 137 | 316 | 144 | 66 | 0 | 23 | 324 | 144 | 50 |
| Binary | 0 | 1011111 | 11001110 | 1100100 | 110110 | 0 | 10011 | 11010100 | 1100100 | 101000 |
Color Harmonies of #005FCE
Complementary color
Monochromatic Colors of #005FCE
Black with #005FCE
Text Example
Text Example
White with #005FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005FCE; }
p { color: rgb(0,95,206); }
H1.HeaderClassName
{
color: #005FCE;
}
.AnyTagClassName
{
color: #005FCE;
}
</style>
background-color css
<style>
a { background-color: #005FCE; }
a { background-color: rgb(0,95,206); }
div.DivClassName
{
background-color: #005FCE;
}
.BgClassName
{
background-color: #005FCE;
}
</style>
border-color css
<style>
span { border-color: #005FCE; }
span { border-color: rgb(0,95,206); }
td.TdClassName
{
border-color: #005FCE;
}
.TagClassName
{
border-color: #005FCE;
}
</style>