Shades of Navy Blue #0342E9
Tints of Navy Blue #0342E9
RGB
CMYK
RGB Variations
Color information
#0342E9 (or 0x0342E9) is known color: Navy Blue. HEX triplet: 03, 42 and E9. RGB value is (3,66,233). Sum of RGB (Red+Green+Blue) = 3+66+233=302 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.99% from 302); Green value is 66 (26.17% from 255 or 21.85% from 302); Blue value is 233 (91.41% from 255 or 77.15% from 302); Max value from RGB is 233 - color contains mainly: blue. Hex color #0342E9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0342E9 is #FCBD16. Grayscale: #414141. Windows color (decimal): -16563479 or 15286787. OLE color: 15286787.
HSL color Cylindrical-coordinate representation of color #0342E9: hue angle of 223.57º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0342E9 is Cyan = 0.99, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 3 | 66 | 233 | - |
| CMYK | 0.99 | 0.72 | 0 | 0.09 |
| HSL | 223.57º | 0.97% | 0.46% | - |
| HSV(B) | 223.57º | 0.99% | 0.91% | - |
| XYZ | 16.69 | 9.8 | 78.1 | - |
| YUV | 66.2 | 222.13 | 82.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 66 | 233 | 0.99 | 0.72 | 0 | 0.09 | 223.57 | 0.97 | 0.46 |
| Hex | 3 | 42 | E9 | 63 | 48 | 0 | 9 | E0 | 61 | 2E |
| Octal | 3 | 102 | 351 | 143 | 110 | 0 | 11 | 340 | 141 | 56 |
| Binary | 11 | 1000010 | 11101001 | 1100011 | 1001000 | 0 | 1001 | 11100000 | 1100001 | 101110 |
Color Harmonies of #0342E9
Complementary color
Monochromatic Colors of #0342E9
Black with #0342E9
Text Example
Text Example
White with #0342E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0342E9; }
p { color: rgb(3,66,233); }
H1.HeaderClassName
{
color: #0342E9;
}
.AnyTagClassName
{
color: #0342E9;
}
</style>
background-color css
<style>
a { background-color: #0342E9; }
a { background-color: rgb(3,66,233); }
div.DivClassName
{
background-color: #0342E9;
}
.BgClassName
{
background-color: #0342E9;
}
</style>
border-color css
<style>
span { border-color: #0342E9; }
span { border-color: rgb(3,66,233); }
td.TdClassName
{
border-color: #0342E9;
}
.TagClassName
{
border-color: #0342E9;
}
</style>