Shades of Navy Blue #0369CC
Tints of Navy Blue #0369CC
RGB
CMYK
RGB Variations
Color information
#0369CC (or 0x0369CC) is known color: Navy Blue. HEX triplet: 03, 69 and CC. RGB value is (3,105,204). Sum of RGB (Red+Green+Blue) = 3+105+204=312 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.96% from 312); Green value is 105 (41.41% from 255 or 33.65% from 312); Blue value is 204 (80.08% from 255 or 65.38% from 312); Max value from RGB is 204 - color contains mainly: blue. Hex color #0369CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0369CC is #FC9633. Grayscale: #555555. Windows color (decimal): -16553524 or 13396227. OLE color: 13396227.
HSL color Cylindrical-coordinate representation of color #0369CC: hue angle of 209.55º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0369CC is Cyan = 0.99, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 3 | 105 | 204 | - |
| CMYK | 0.99 | 0.49 | 0 | 0.2 |
| HSL | 209.55º | 0.97% | 0.41% | - |
| HSV(B) | 209.55º | 0.99% | 0.8% | - |
| XYZ | 15.99 | 14.48 | 59.08 | - |
| YUV | 85.79 | 194.71 | 68.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 105 | 204 | 0.99 | 0.49 | 0 | 0.2 | 209.55 | 0.97 | 0.41 |
| Hex | 3 | 69 | CC | 63 | 31 | 0 | 14 | D2 | 61 | 29 |
| Octal | 3 | 151 | 314 | 143 | 61 | 0 | 24 | 322 | 141 | 51 |
| Binary | 11 | 1101001 | 11001100 | 1100011 | 110001 | 0 | 10100 | 11010010 | 1100001 | 101001 |
Color Harmonies of #0369CC
Complementary color
Monochromatic Colors of #0369CC
Black with #0369CC
Text Example
Text Example
White with #0369CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0369CC; }
p { color: rgb(3,105,204); }
H1.HeaderClassName
{
color: #0369CC;
}
.AnyTagClassName
{
color: #0369CC;
}
</style>
background-color css
<style>
a { background-color: #0369CC; }
a { background-color: rgb(3,105,204); }
div.DivClassName
{
background-color: #0369CC;
}
.BgClassName
{
background-color: #0369CC;
}
</style>
border-color css
<style>
span { border-color: #0369CC; }
span { border-color: rgb(3,105,204); }
td.TdClassName
{
border-color: #0369CC;
}
.TagClassName
{
border-color: #0369CC;
}
</style>