Shades of Navy Blue #0067CE
Tints of Navy Blue #0067CE
RGB
CMYK
RGB Variations
Color information
#0067CE (or 0x0067CE) is known color: Navy Blue. HEX triplet: 00, 67 and CE. RGB value is (0,103,206). Sum of RGB (Red+Green+Blue) = 0+103+206=309 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 309); Green value is 103 (40.62% from 255 or 33.33% from 309); Blue value is 206 (80.86% from 255 or 66.67% from 309); Max value from RGB is 206 - color contains mainly: blue. Hex color #0067CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0067CE is #FF9831. Grayscale: #535353. Windows color (decimal): -16750642 or 13526784. OLE color: 13526784.
HSL color Cylindrical-coordinate representation of color #0067CE: hue angle of 210º 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 #0067CE is Cyan = 1, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 0 | 103 | 206 | - |
| CMYK | 1 | 0.50 | 0 | 0.19 |
| HSL | 210º | 1% | 0.4% | - |
| HSV(B) | 210º | 1% | 0.81% | - |
| XYZ | 15.99 | 14.16 | 60.28 | - |
| YUV | 83.95 | 196.88 | 68.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 103 | 206 | 1 | 0.50 | 0 | 0.19 | 210 | 1 | 0.4 |
| Hex | 0 | 67 | CE | 64 | 32 | 0 | 13 | D2 | 64 | 28 |
| Octal | 0 | 147 | 316 | 144 | 62 | 0 | 23 | 322 | 144 | 50 |
| Binary | 0 | 1100111 | 11001110 | 1100100 | 110010 | 0 | 10011 | 11010010 | 1100100 | 101000 |
Color Harmonies of #0067CE
Complementary color
Monochromatic Colors of #0067CE
Black with #0067CE
Text Example
Text Example
White with #0067CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0067CE; }
p { color: rgb(0,103,206); }
H1.HeaderClassName
{
color: #0067CE;
}
.AnyTagClassName
{
color: #0067CE;
}
</style>
background-color css
<style>
a { background-color: #0067CE; }
a { background-color: rgb(0,103,206); }
div.DivClassName
{
background-color: #0067CE;
}
.BgClassName
{
background-color: #0067CE;
}
</style>
border-color css
<style>
span { border-color: #0067CE; }
span { border-color: rgb(0,103,206); }
td.TdClassName
{
border-color: #0067CE;
}
.TagClassName
{
border-color: #0067CE;
}
</style>