Shades of Navy Blue #034AF9
Tints of Navy Blue #034AF9
RGB
CMYK
RGB Variations
Color information
#034AF9 (or 0x034AF9) is known color: Navy Blue. HEX triplet: 03, 4A and F9. RGB value is (3,74,249). Sum of RGB (Red+Green+Blue) = 3+74+249=326 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.92% from 326); Green value is 74 (29.30% from 255 or 22.70% from 326); Blue value is 249 (97.66% from 255 or 76.38% from 326); Max value from RGB is 249 - color contains mainly: blue. Hex color #034AF9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #034AF9 is #FCB506. Grayscale: #474747. Windows color (decimal): -16561415 or 16337411. OLE color: 16337411.
HSL color Cylindrical-coordinate representation of color #034AF9: hue angle of 222.68º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #034AF9 is Cyan = 0.99, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 3 | 74 | 249 | - |
| CMYK | 0.99 | 0.70 | 0 | 0.02 |
| HSL | 222.68º | 0.98% | 0.49% | - |
| HSV(B) | 222.68º | 0.99% | 0.98% | - |
| XYZ | 19.59 | 11.76 | 90.86 | - |
| YUV | 72.72 | 227.48 | 78.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 74 | 249 | 0.99 | 0.70 | 0 | 0.02 | 222.68 | 0.98 | 0.49 |
| Hex | 3 | 4A | F9 | 63 | 46 | 0 | 2 | DF | 62 | 31 |
| Octal | 3 | 112 | 371 | 143 | 106 | 0 | 2 | 337 | 142 | 61 |
| Binary | 11 | 1001010 | 11111001 | 1100011 | 1000110 | 0 | 10 | 11011111 | 1100010 | 110001 |
Color Harmonies of #034AF9
Complementary color
Monochromatic Colors of #034AF9
Black with #034AF9
Text Example
Text Example
White with #034AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034AF9; }
p { color: rgb(3,74,249); }
H1.HeaderClassName
{
color: #034AF9;
}
.AnyTagClassName
{
color: #034AF9;
}
</style>
background-color css
<style>
a { background-color: #034AF9; }
a { background-color: rgb(3,74,249); }
div.DivClassName
{
background-color: #034AF9;
}
.BgClassName
{
background-color: #034AF9;
}
</style>
border-color css
<style>
span { border-color: #034AF9; }
span { border-color: rgb(3,74,249); }
td.TdClassName
{
border-color: #034AF9;
}
.TagClassName
{
border-color: #034AF9;
}
</style>