Shades of Navy Blue #0342EB
Tints of Navy Blue #0342EB
RGB
CMYK
RGB Variations
Color information
#0342EB (or 0x0342EB) is known color: Navy Blue. HEX triplet: 03, 42 and EB. RGB value is (3,66,235). Sum of RGB (Red+Green+Blue) = 3+66+235=304 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.99% from 304); Green value is 66 (26.17% from 255 or 21.71% from 304); Blue value is 235 (92.19% from 255 or 77.30% from 304); Max value from RGB is 235 - color contains mainly: blue. Hex color #0342EB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0342EB is #FCBD14. Grayscale: #414141. Windows color (decimal): -16563477 or 15417859. OLE color: 15417859.
HSL color Cylindrical-coordinate representation of color #0342EB: hue angle of 223.71º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0342EB is Cyan = 0.99, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 3 | 66 | 235 | - |
| CMYK | 0.99 | 0.72 | 0 | 0.08 |
| HSL | 223.71º | 0.97% | 0.47% | - |
| HSV(B) | 223.71º | 0.99% | 0.92% | - |
| XYZ | 16.98 | 9.91 | 79.62 | - |
| YUV | 66.43 | 223.13 | 82.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 66 | 235 | 0.99 | 0.72 | 0 | 0.08 | 223.71 | 0.97 | 0.47 |
| Hex | 3 | 42 | EB | 63 | 48 | 0 | 8 | E0 | 61 | 2F |
| Octal | 3 | 102 | 353 | 143 | 110 | 0 | 10 | 340 | 141 | 57 |
| Binary | 11 | 1000010 | 11101011 | 1100011 | 1001000 | 0 | 1000 | 11100000 | 1100001 | 101111 |
Color Harmonies of #0342EB
Complementary color
Monochromatic Colors of #0342EB
Black with #0342EB
Text Example
Text Example
White with #0342EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0342EB; }
p { color: rgb(3,66,235); }
H1.HeaderClassName
{
color: #0342EB;
}
.AnyTagClassName
{
color: #0342EB;
}
</style>
background-color css
<style>
a { background-color: #0342EB; }
a { background-color: rgb(3,66,235); }
div.DivClassName
{
background-color: #0342EB;
}
.BgClassName
{
background-color: #0342EB;
}
</style>
border-color css
<style>
span { border-color: #0342EB; }
span { border-color: rgb(3,66,235); }
td.TdClassName
{
border-color: #0342EB;
}
.TagClassName
{
border-color: #0342EB;
}
</style>