Shades of Navy Blue #034ACF
Tints of Navy Blue #034ACF
RGB
CMYK
RGB Variations
Color information
#034ACF (or 0x034ACF) is known color: Navy Blue. HEX triplet: 03, 4A and CF. RGB value is (3,74,207). Sum of RGB (Red+Green+Blue) = 3+74+207=284 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.06% from 284); Green value is 74 (29.30% from 255 or 26.06% from 284); Blue value is 207 (81.25% from 255 or 72.89% from 284); Max value from RGB is 207 - color contains mainly: blue. Hex color #034ACF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #034ACF is #FCB530. Grayscale: #434343. Windows color (decimal): -16561457 or 13584899. OLE color: 13584899.
HSL color Cylindrical-coordinate representation of color #034ACF: hue angle of 219.12º 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 #034ACF is Cyan = 0.99, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 3 | 74 | 207 | - |
| CMYK | 0.99 | 0.64 | 0 | 0.19 |
| HSL | 219.12º | 0.97% | 0.41% | - |
| HSV(B) | 219.12º | 0.99% | 0.81% | - |
| XYZ | 13.75 | 9.42 | 60.13 | - |
| YUV | 67.93 | 206.48 | 81.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 74 | 207 | 0.99 | 0.64 | 0 | 0.19 | 219.12 | 0.97 | 0.41 |
| Hex | 3 | 4A | CF | 63 | 40 | 0 | 13 | DB | 61 | 29 |
| Octal | 3 | 112 | 317 | 143 | 100 | 0 | 23 | 333 | 141 | 51 |
| Binary | 11 | 1001010 | 11001111 | 1100011 | 1000000 | 0 | 10011 | 11011011 | 1100001 | 101001 |
Color Harmonies of #034ACF
Complementary color
Monochromatic Colors of #034ACF
Black with #034ACF
Text Example
Text Example
White with #034ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034ACF; }
p { color: rgb(3,74,207); }
H1.HeaderClassName
{
color: #034ACF;
}
.AnyTagClassName
{
color: #034ACF;
}
</style>
background-color css
<style>
a { background-color: #034ACF; }
a { background-color: rgb(3,74,207); }
div.DivClassName
{
background-color: #034ACF;
}
.BgClassName
{
background-color: #034ACF;
}
</style>
border-color css
<style>
span { border-color: #034ACF; }
span { border-color: rgb(3,74,207); }
td.TdClassName
{
border-color: #034ACF;
}
.TagClassName
{
border-color: #034ACF;
}
</style>