Shades of Navy Blue #0069CB
Tints of Navy Blue #0069CB
RGB
CMYK
RGB Variations
Color information
#0069CB (or 0x0069CB) is known color: Navy Blue. HEX triplet: 00, 69 and CB. RGB value is (0,105,203). Sum of RGB (Red+Green+Blue) = 0+105+203=308 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 308); Green value is 105 (41.41% from 255 or 34.09% from 308); Blue value is 203 (79.69% from 255 or 65.91% from 308); Max value from RGB is 203 - color contains mainly: blue. Hex color #0069CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0069CB is #FF9634. Grayscale: #545454. Windows color (decimal): -16750133 or 13330688. OLE color: 13330688.
HSL color Cylindrical-coordinate representation of color #0069CB: hue angle of 208.97º 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 #0069CB is Cyan = 1, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 0 | 105 | 203 | - |
| CMYK | 1 | 0.48 | 0 | 0.20 |
| HSL | 208.97º | 1% | 0.4% | - |
| HSV(B) | 208.97º | 1% | 0.8% | - |
| XYZ | 15.83 | 14.41 | 58.45 | - |
| YUV | 84.78 | 194.71 | 67.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 105 | 203 | 1 | 0.48 | 0 | 0.20 | 208.97 | 1 | 0.4 |
| Hex | 0 | 69 | CB | 64 | 30 | 0 | 14 | D1 | 64 | 28 |
| Octal | 0 | 151 | 313 | 144 | 60 | 0 | 24 | 321 | 144 | 50 |
| Binary | 0 | 1101001 | 11001011 | 1100100 | 110000 | 0 | 10100 | 11010001 | 1100100 | 101000 |
Color Harmonies of #0069CB
Complementary color
Monochromatic Colors of #0069CB
Black with #0069CB
Text Example
Text Example
White with #0069CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0069CB; }
p { color: rgb(0,105,203); }
H1.HeaderClassName
{
color: #0069CB;
}
.AnyTagClassName
{
color: #0069CB;
}
</style>
background-color css
<style>
a { background-color: #0069CB; }
a { background-color: rgb(0,105,203); }
div.DivClassName
{
background-color: #0069CB;
}
.BgClassName
{
background-color: #0069CB;
}
</style>
border-color css
<style>
span { border-color: #0069CB; }
span { border-color: rgb(0,105,203); }
td.TdClassName
{
border-color: #0069CB;
}
.TagClassName
{
border-color: #0069CB;
}
</style>