Shades of Navy Blue #0067CA
Tints of Navy Blue #0067CA
RGB
CMYK
RGB Variations
Color information
#0067CA (or 0x0067CA) is known color: Navy Blue. HEX triplet: 00, 67 and CA. RGB value is (0,103,202). Sum of RGB (Red+Green+Blue) = 0+103+202=305 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 305); Green value is 103 (40.62% from 255 or 33.77% from 305); Blue value is 202 (79.30% from 255 or 66.23% from 305); Max value from RGB is 202 - color contains mainly: blue. Hex color #0067CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0067CA is #FF9835. Grayscale: #525252. Windows color (decimal): -16750646 or 13264640. OLE color: 13264640.
HSL color Cylindrical-coordinate representation of color #0067CA: hue angle of 209.41º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0067CA is Cyan = 1, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 0 | 103 | 202 | - |
| CMYK | 1 | 0.49 | 0 | 0.21 |
| HSL | 209.41º | 1% | 0.4% | - |
| HSV(B) | 209.41º | 1% | 0.79% | - |
| XYZ | 15.51 | 13.96 | 57.76 | - |
| YUV | 83.49 | 194.88 | 68.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 103 | 202 | 1 | 0.49 | 0 | 0.21 | 209.41 | 1 | 0.4 |
| Hex | 0 | 67 | CA | 64 | 31 | 0 | 15 | D1 | 64 | 28 |
| Octal | 0 | 147 | 312 | 144 | 61 | 0 | 25 | 321 | 144 | 50 |
| Binary | 0 | 1100111 | 11001010 | 1100100 | 110001 | 0 | 10101 | 11010001 | 1100100 | 101000 |
Color Harmonies of #0067CA
Complementary color
Monochromatic Colors of #0067CA
Black with #0067CA
Text Example
Text Example
White with #0067CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0067CA; }
p { color: rgb(0,103,202); }
H1.HeaderClassName
{
color: #0067CA;
}
.AnyTagClassName
{
color: #0067CA;
}
</style>
background-color css
<style>
a { background-color: #0067CA; }
a { background-color: rgb(0,103,202); }
div.DivClassName
{
background-color: #0067CA;
}
.BgClassName
{
background-color: #0067CA;
}
</style>
border-color css
<style>
span { border-color: #0067CA; }
span { border-color: rgb(0,103,202); }
td.TdClassName
{
border-color: #0067CA;
}
.TagClassName
{
border-color: #0067CA;
}
</style>