Shades of Navy Blue #0061CB
Tints of Navy Blue #0061CB
RGB
CMYK
RGB Variations
Color information
#0061CB (or 0x0061CB) is known color: Navy Blue. HEX triplet: 00, 61 and CB. RGB value is (0,97,203). Sum of RGB (Red+Green+Blue) = 0+97+203=300 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 300); Green value is 97 (38.28% from 255 or 32.33% from 300); Blue value is 203 (79.69% from 255 or 67.67% from 300); Max value from RGB is 203 - color contains mainly: blue. Hex color #0061CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0061CB is #FF9E34. Grayscale: #4F4F4F. Windows color (decimal): -16752181 or 13328640. OLE color: 13328640.
HSL color Cylindrical-coordinate representation of color #0061CB: hue angle of 211.33º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0061CB is Cyan = 1, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 0 | 97 | 203 | - |
| CMYK | 1 | 0.52 | 0 | 0.20 |
| HSL | 211.33º | 1% | 0.4% | - |
| HSV(B) | 211.33º | 1% | 0.8% | - |
| XYZ | 15.05 | 12.86 | 58.19 | - |
| YUV | 80.08 | 197.36 | 70.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 97 | 203 | 1 | 0.52 | 0 | 0.20 | 211.33 | 1 | 0.4 |
| Hex | 0 | 61 | CB | 64 | 34 | 0 | 14 | D3 | 64 | 28 |
| Octal | 0 | 141 | 313 | 144 | 64 | 0 | 24 | 323 | 144 | 50 |
| Binary | 0 | 1100001 | 11001011 | 1100100 | 110100 | 0 | 10100 | 11010011 | 1100100 | 101000 |
Color Harmonies of #0061CB
Complementary color
Monochromatic Colors of #0061CB
Black with #0061CB
Text Example
Text Example
White with #0061CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0061CB; }
p { color: rgb(0,97,203); }
H1.HeaderClassName
{
color: #0061CB;
}
.AnyTagClassName
{
color: #0061CB;
}
</style>
background-color css
<style>
a { background-color: #0061CB; }
a { background-color: rgb(0,97,203); }
div.DivClassName
{
background-color: #0061CB;
}
.BgClassName
{
background-color: #0061CB;
}
</style>
border-color css
<style>
span { border-color: #0061CB; }
span { border-color: rgb(0,97,203); }
td.TdClassName
{
border-color: #0061CB;
}
.TagClassName
{
border-color: #0061CB;
}
</style>