Shades of Navy Blue #034ECF
Tints of Navy Blue #034ECF
RGB
CMYK
RGB Variations
Color information
#034ECF (or 0x034ECF) is known color: Navy Blue. HEX triplet: 03, 4E and CF. RGB value is (3,78,207). Sum of RGB (Red+Green+Blue) = 3+78+207=288 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.04% from 288); Green value is 78 (30.86% from 255 or 27.08% from 288); Blue value is 207 (81.25% from 255 or 71.88% from 288); Max value from RGB is 207 - color contains mainly: blue. Hex color #034ECF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #034ECF is #FCB130. Grayscale: #454545. Windows color (decimal): -16560433 or 13585923. OLE color: 13585923.
HSL color Cylindrical-coordinate representation of color #034ECF: hue angle of 217.94º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #034ECF is Cyan = 0.99, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 3 | 78 | 207 | - |
| CMYK | 0.99 | 0.62 | 0 | 0.19 |
| HSL | 217.94º | 0.97% | 0.41% | - |
| HSV(B) | 217.94º | 0.99% | 0.81% | - |
| XYZ | 14.02 | 9.97 | 60.22 | - |
| YUV | 70.28 | 205.15 | 80.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 78 | 207 | 0.99 | 0.62 | 0 | 0.19 | 217.94 | 0.97 | 0.41 |
| Hex | 3 | 4E | CF | 63 | 3E | 0 | 13 | DA | 61 | 29 |
| Octal | 3 | 116 | 317 | 143 | 76 | 0 | 23 | 332 | 141 | 51 |
| Binary | 11 | 1001110 | 11001111 | 1100011 | 111110 | 0 | 10011 | 11011010 | 1100001 | 101001 |
Color Harmonies of #034ECF
Complementary color
Monochromatic Colors of #034ECF
Black with #034ECF
Text Example
Text Example
White with #034ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034ECF; }
p { color: rgb(3,78,207); }
H1.HeaderClassName
{
color: #034ECF;
}
.AnyTagClassName
{
color: #034ECF;
}
</style>
background-color css
<style>
a { background-color: #034ECF; }
a { background-color: rgb(3,78,207); }
div.DivClassName
{
background-color: #034ECF;
}
.BgClassName
{
background-color: #034ECF;
}
</style>
border-color css
<style>
span { border-color: #034ECF; }
span { border-color: rgb(3,78,207); }
td.TdClassName
{
border-color: #034ECF;
}
.TagClassName
{
border-color: #034ECF;
}
</style>