Shades of Navy Blue #0342FC
Tints of Navy Blue #0342FC
RGB
CMYK
RGB Variations
Color information
#0342FC (or 0x0342FC) is known color: Navy Blue. HEX triplet: 03, 42 and FC. RGB value is (3,66,252). Sum of RGB (Red+Green+Blue) = 3+66+252=321 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.93% from 321); Green value is 66 (26.17% from 255 or 20.56% from 321); Blue value is 252 (98.83% from 255 or 78.50% from 321); Max value from RGB is 252 - color contains mainly: blue. Hex color #0342FC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0342FC is #FCBD03. Grayscale: #434343. Windows color (decimal): -16563460 or 16531971. OLE color: 16531971.
HSL color Cylindrical-coordinate representation of color #0342FC: hue angle of 224.82º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0342FC is Cyan = 0.99, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 3 | 66 | 252 | - |
| CMYK | 0.99 | 0.74 | 0 | 0.01 |
| HSL | 224.82º | 0.98% | 0.5% | - |
| HSV(B) | 224.82º | 0.99% | 0.99% | - |
| XYZ | 19.56 | 10.94 | 93.18 | - |
| YUV | 68.37 | 231.63 | 81.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 66 | 252 | 0.99 | 0.74 | 0 | 0.01 | 224.82 | 0.98 | 0.5 |
| Hex | 3 | 42 | FC | 63 | 4A | 0 | 1 | E1 | 62 | 32 |
| Octal | 3 | 102 | 374 | 143 | 112 | 0 | 1 | 341 | 142 | 62 |
| Binary | 11 | 1000010 | 11111100 | 1100011 | 1001010 | 0 | 1 | 11100001 | 1100010 | 110010 |
Color Harmonies of #0342FC
Complementary color
Monochromatic Colors of #0342FC
Black with #0342FC
Text Example
Text Example
White with #0342FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0342FC; }
p { color: rgb(3,66,252); }
H1.HeaderClassName
{
color: #0342FC;
}
.AnyTagClassName
{
color: #0342FC;
}
</style>
background-color css
<style>
a { background-color: #0342FC; }
a { background-color: rgb(3,66,252); }
div.DivClassName
{
background-color: #0342FC;
}
.BgClassName
{
background-color: #0342FC;
}
</style>
border-color css
<style>
span { border-color: #0342FC; }
span { border-color: rgb(3,66,252); }
td.TdClassName
{
border-color: #0342FC;
}
.TagClassName
{
border-color: #0342FC;
}
</style>