Shades of Navy Blue #0369CB
Tints of Navy Blue #0369CB
RGB
CMYK
RGB Variations
Color information
#0369CB (or 0x0369CB) is known color: Navy Blue. HEX triplet: 03, 69 and CB. RGB value is (3,105,203). Sum of RGB (Red+Green+Blue) = 3+105+203=311 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.96% from 311); Green value is 105 (41.41% from 255 or 33.76% from 311); Blue value is 203 (79.69% from 255 or 65.27% from 311); Max value from RGB is 203 - color contains mainly: blue. Hex color #0369CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0369CB is #FC9634. Grayscale: #555555. Windows color (decimal): -16553525 or 13330691. OLE color: 13330691.
HSL color Cylindrical-coordinate representation of color #0369CB: hue angle of 209.4º degrees, saturation: 0.97, 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 #0369CB is Cyan = 0.99, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 3 | 105 | 203 | - |
| CMYK | 0.99 | 0.48 | 0 | 0.20 |
| HSL | 209.4º | 0.97% | 0.4% | - |
| HSV(B) | 209.4º | 0.99% | 0.8% | - |
| XYZ | 15.87 | 14.43 | 58.45 | - |
| YUV | 85.67 | 194.21 | 69.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 105 | 203 | 0.99 | 0.48 | 0 | 0.20 | 209.4 | 0.97 | 0.4 |
| Hex | 3 | 69 | CB | 63 | 30 | 0 | 14 | D1 | 61 | 28 |
| Octal | 3 | 151 | 313 | 143 | 60 | 0 | 24 | 321 | 141 | 50 |
| Binary | 11 | 1101001 | 11001011 | 1100011 | 110000 | 0 | 10100 | 11010001 | 1100001 | 101000 |
Color Harmonies of #0369CB
Complementary color
Monochromatic Colors of #0369CB
Black with #0369CB
Text Example
Text Example
White with #0369CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0369CB; }
p { color: rgb(3,105,203); }
H1.HeaderClassName
{
color: #0369CB;
}
.AnyTagClassName
{
color: #0369CB;
}
</style>
background-color css
<style>
a { background-color: #0369CB; }
a { background-color: rgb(3,105,203); }
div.DivClassName
{
background-color: #0369CB;
}
.BgClassName
{
background-color: #0369CB;
}
</style>
border-color css
<style>
span { border-color: #0369CB; }
span { border-color: rgb(3,105,203); }
td.TdClassName
{
border-color: #0369CB;
}
.TagClassName
{
border-color: #0369CB;
}
</style>