Shades of Navy Blue #0342EF
Tints of Navy Blue #0342EF
RGB
CMYK
RGB Variations
Color information
#0342EF (or 0x0342EF) is known color: Navy Blue. HEX triplet: 03, 42 and EF. RGB value is (3,66,239). Sum of RGB (Red+Green+Blue) = 3+66+239=308 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.97% from 308); Green value is 66 (26.17% from 255 or 21.43% from 308); Blue value is 239 (93.75% from 255 or 77.60% from 308); Max value from RGB is 239 - color contains mainly: blue. Hex color #0342EF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0342EF is #FCBD10. Grayscale: #424242. Windows color (decimal): -16563473 or 15680003. OLE color: 15680003.
HSL color Cylindrical-coordinate representation of color #0342EF: hue angle of 223.98º 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 #0342EF is Cyan = 0.99, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 3 | 66 | 239 | - |
| CMYK | 0.99 | 0.72 | 0 | 0.06 |
| HSL | 223.98º | 0.98% | 0.47% | - |
| HSV(B) | 223.98º | 0.99% | 0.94% | - |
| XYZ | 17.57 | 10.15 | 82.69 | - |
| YUV | 66.89 | 225.13 | 82.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 66 | 239 | 0.99 | 0.72 | 0 | 0.06 | 223.98 | 0.98 | 0.47 |
| Hex | 3 | 42 | EF | 63 | 48 | 0 | 6 | E0 | 62 | 2F |
| Octal | 3 | 102 | 357 | 143 | 110 | 0 | 6 | 340 | 142 | 57 |
| Binary | 11 | 1000010 | 11101111 | 1100011 | 1001000 | 0 | 110 | 11100000 | 1100010 | 101111 |
Color Harmonies of #0342EF
Complementary color
Monochromatic Colors of #0342EF
Black with #0342EF
Text Example
Text Example
White with #0342EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0342EF; }
p { color: rgb(3,66,239); }
H1.HeaderClassName
{
color: #0342EF;
}
.AnyTagClassName
{
color: #0342EF;
}
</style>
background-color css
<style>
a { background-color: #0342EF; }
a { background-color: rgb(3,66,239); }
div.DivClassName
{
background-color: #0342EF;
}
.BgClassName
{
background-color: #0342EF;
}
</style>
border-color css
<style>
span { border-color: #0342EF; }
span { border-color: rgb(3,66,239); }
td.TdClassName
{
border-color: #0342EF;
}
.TagClassName
{
border-color: #0342EF;
}
</style>