Shades of Navy Blue #0269CC
Tints of Navy Blue #0269CC
RGB
CMYK
RGB Variations
Color information
#0269CC (or 0x0269CC) is known color: Navy Blue. HEX triplet: 02, 69 and CC. RGB value is (2,105,204). Sum of RGB (Red+Green+Blue) = 2+105+204=311 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.64% from 311); Green value is 105 (41.41% from 255 or 33.76% from 311); Blue value is 204 (80.08% from 255 or 65.59% from 311); Max value from RGB is 204 - color contains mainly: blue. Hex color #0269CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0269CC is #FD9633. Grayscale: #545454. Windows color (decimal): -16619060 or 13396226. OLE color: 13396226.
HSL color Cylindrical-coordinate representation of color #0269CC: hue angle of 209.41º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0269CC is Cyan = 0.99, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 2 | 105 | 204 | - |
| CMYK | 0.99 | 0.49 | 0 | 0.2 |
| HSL | 209.41º | 0.98% | 0.4% | - |
| HSV(B) | 209.41º | 0.99% | 0.8% | - |
| XYZ | 15.98 | 14.48 | 59.08 | - |
| YUV | 85.49 | 194.88 | 68.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 105 | 204 | 0.99 | 0.49 | 0 | 0.2 | 209.41 | 0.98 | 0.4 |
| Hex | 2 | 69 | CC | 63 | 31 | 0 | 14 | D1 | 62 | 28 |
| Octal | 2 | 151 | 314 | 143 | 61 | 0 | 24 | 321 | 142 | 50 |
| Binary | 10 | 1101001 | 11001100 | 1100011 | 110001 | 0 | 10100 | 11010001 | 1100010 | 101000 |
Color Harmonies of #0269CC
Complementary color
Monochromatic Colors of #0269CC
Black with #0269CC
Text Example
Text Example
White with #0269CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0269CC; }
p { color: rgb(2,105,204); }
H1.HeaderClassName
{
color: #0269CC;
}
.AnyTagClassName
{
color: #0269CC;
}
</style>
background-color css
<style>
a { background-color: #0269CC; }
a { background-color: rgb(2,105,204); }
div.DivClassName
{
background-color: #0269CC;
}
.BgClassName
{
background-color: #0269CC;
}
</style>
border-color css
<style>
span { border-color: #0269CC; }
span { border-color: rgb(2,105,204); }
td.TdClassName
{
border-color: #0269CC;
}
.TagClassName
{
border-color: #0269CC;
}
</style>