Shades of Navy Blue #0369E0
Tints of Navy Blue #0369E0
RGB
CMYK
RGB Variations
Color information
#0369E0 (or 0x0369E0) is known color: Navy Blue. HEX triplet: 03, 69 and E0. RGB value is (3,105,224). Sum of RGB (Red+Green+Blue) = 3+105+224=332 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.90% from 332); Green value is 105 (41.41% from 255 or 31.63% from 332); Blue value is 224 (87.89% from 255 or 67.47% from 332); Max value from RGB is 224 - color contains mainly: blue. Hex color #0369E0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0369E0 is #FC961F. Grayscale: #575757. Windows color (decimal): -16553504 or 14706947. OLE color: 14706947.
HSL color Cylindrical-coordinate representation of color #0369E0: hue angle of 212.31º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0369E0 is Cyan = 0.99, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 3 | 105 | 224 | - |
| CMYK | 0.99 | 0.53 | 0 | 0.12 |
| HSL | 212.31º | 0.97% | 0.45% | - |
| HSV(B) | 212.31º | 0.99% | 0.88% | - |
| XYZ | 18.54 | 15.5 | 72.54 | - |
| YUV | 88.07 | 204.71 | 67.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 105 | 224 | 0.99 | 0.53 | 0 | 0.12 | 212.31 | 0.97 | 0.45 |
| Hex | 3 | 69 | E0 | 63 | 35 | 0 | C | D4 | 61 | 2D |
| Octal | 3 | 151 | 340 | 143 | 65 | 0 | 14 | 324 | 141 | 55 |
| Binary | 11 | 1101001 | 11100000 | 1100011 | 110101 | 0 | 1100 | 11010100 | 1100001 | 101101 |
Color Harmonies of #0369E0
Complementary color
Monochromatic Colors of #0369E0
Black with #0369E0
Text Example
Text Example
White with #0369E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0369E0; }
p { color: rgb(3,105,224); }
H1.HeaderClassName
{
color: #0369E0;
}
.AnyTagClassName
{
color: #0369E0;
}
</style>
background-color css
<style>
a { background-color: #0369E0; }
a { background-color: rgb(3,105,224); }
div.DivClassName
{
background-color: #0369E0;
}
.BgClassName
{
background-color: #0369E0;
}
</style>
border-color css
<style>
span { border-color: #0369E0; }
span { border-color: rgb(3,105,224); }
td.TdClassName
{
border-color: #0369E0;
}
.TagClassName
{
border-color: #0369E0;
}
</style>