Shades of Navy Blue #0242FA
Tints of Navy Blue #0242FA
RGB
CMYK
RGB Variations
Color information
#0242FA (or 0x0242FA) is known color: Navy Blue. HEX triplet: 02, 42 and FA. RGB value is (2,66,250). Sum of RGB (Red+Green+Blue) = 2+66+250=318 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 318); Green value is 66 (26.17% from 255 or 20.75% from 318); Blue value is 250 (98.05% from 255 or 78.62% from 318); Max value from RGB is 250 - color contains mainly: blue. Hex color #0242FA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0242FA is #FDBD05. Grayscale: #434343. Windows color (decimal): -16628998 or 16400898. OLE color: 16400898.
HSL color Cylindrical-coordinate representation of color #0242FA: hue angle of 224.52º 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 #0242FA is Cyan = 0.99, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 2 | 66 | 250 | - |
| CMYK | 0.99 | 0.74 | 0 | 0.02 |
| HSL | 224.52º | 0.98% | 0.49% | - |
| HSV(B) | 224.52º | 0.99% | 0.98% | - |
| XYZ | 19.23 | 10.81 | 91.52 | - |
| YUV | 67.84 | 230.8 | 81.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 66 | 250 | 0.99 | 0.74 | 0 | 0.02 | 224.52 | 0.98 | 0.49 |
| Hex | 2 | 42 | FA | 63 | 4A | 0 | 2 | E1 | 62 | 31 |
| Octal | 2 | 102 | 372 | 143 | 112 | 0 | 2 | 341 | 142 | 61 |
| Binary | 10 | 1000010 | 11111010 | 1100011 | 1001010 | 0 | 10 | 11100001 | 1100010 | 110001 |
Color Harmonies of #0242FA
Complementary color
Monochromatic Colors of #0242FA
Black with #0242FA
Text Example
Text Example
White with #0242FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0242FA; }
p { color: rgb(2,66,250); }
H1.HeaderClassName
{
color: #0242FA;
}
.AnyTagClassName
{
color: #0242FA;
}
</style>
background-color css
<style>
a { background-color: #0242FA; }
a { background-color: rgb(2,66,250); }
div.DivClassName
{
background-color: #0242FA;
}
.BgClassName
{
background-color: #0242FA;
}
</style>
border-color css
<style>
span { border-color: #0242FA; }
span { border-color: rgb(2,66,250); }
td.TdClassName
{
border-color: #0242FA;
}
.TagClassName
{
border-color: #0242FA;
}
</style>