Shades of Navy Blue #0369EF
Tints of Navy Blue #0369EF
RGB
CMYK
RGB Variations
Color information
#0369EF (or 0x0369EF) is known color: Navy Blue. HEX triplet: 03, 69 and EF. RGB value is (3,105,239). Sum of RGB (Red+Green+Blue) = 3+105+239=347 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.86% from 347); Green value is 105 (41.41% from 255 or 30.26% from 347); Blue value is 239 (93.75% from 255 or 68.88% from 347); Max value from RGB is 239 - color contains mainly: blue. Hex color #0369EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0369EF is #FC9610. Grayscale: #595959. Windows color (decimal): -16553489 or 15689987. OLE color: 15689987.
HSL color Cylindrical-coordinate representation of color #0369EF: hue angle of 214.07º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0369EF is Cyan = 0.99, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 3 | 105 | 239 | - |
| CMYK | 0.99 | 0.56 | 0 | 0.06 |
| HSL | 214.07º | 0.98% | 0.47% | - |
| HSV(B) | 214.07º | 0.99% | 0.94% | - |
| XYZ | 20.67 | 16.35 | 83.73 | - |
| YUV | 89.78 | 212.21 | 66.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 105 | 239 | 0.99 | 0.56 | 0 | 0.06 | 214.07 | 0.98 | 0.47 |
| Hex | 3 | 69 | EF | 63 | 38 | 0 | 6 | D6 | 62 | 2F |
| Octal | 3 | 151 | 357 | 143 | 70 | 0 | 6 | 326 | 142 | 57 |
| Binary | 11 | 1101001 | 11101111 | 1100011 | 111000 | 0 | 110 | 11010110 | 1100010 | 101111 |
Color Harmonies of #0369EF
Complementary color
Monochromatic Colors of #0369EF
Black with #0369EF
Text Example
Text Example
White with #0369EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0369EF; }
p { color: rgb(3,105,239); }
H1.HeaderClassName
{
color: #0369EF;
}
.AnyTagClassName
{
color: #0369EF;
}
</style>
background-color css
<style>
a { background-color: #0369EF; }
a { background-color: rgb(3,105,239); }
div.DivClassName
{
background-color: #0369EF;
}
.BgClassName
{
background-color: #0369EF;
}
</style>
border-color css
<style>
span { border-color: #0369EF; }
span { border-color: rgb(3,105,239); }
td.TdClassName
{
border-color: #0369EF;
}
.TagClassName
{
border-color: #0369EF;
}
</style>