Shades of Navy Blue #0242EB
Tints of Navy Blue #0242EB
RGB
CMYK
RGB Variations
Color information
#0242EB (or 0x0242EB) is known color: Navy Blue. HEX triplet: 02, 42 and EB. RGB value is (2,66,235). Sum of RGB (Red+Green+Blue) = 2+66+235=303 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 303); Green value is 66 (26.17% from 255 or 21.78% from 303); Blue value is 235 (92.19% from 255 or 77.56% from 303); Max value from RGB is 235 - color contains mainly: blue. Hex color #0242EB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0242EB is #FDBD14. Grayscale: #414141. Windows color (decimal): -16629013 or 15417858. OLE color: 15417858.
HSL color Cylindrical-coordinate representation of color #0242EB: hue angle of 223.52º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0242EB is Cyan = 0.99, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 2 | 66 | 235 | - |
| CMYK | 0.99 | 0.72 | 0 | 0.08 |
| HSL | 223.52º | 0.98% | 0.46% | - |
| HSV(B) | 223.52º | 0.99% | 0.92% | - |
| XYZ | 16.97 | 9.91 | 79.62 | - |
| YUV | 66.13 | 223.3 | 82.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 66 | 235 | 0.99 | 0.72 | 0 | 0.08 | 223.52 | 0.98 | 0.46 |
| Hex | 2 | 42 | EB | 63 | 48 | 0 | 8 | E0 | 62 | 2E |
| Octal | 2 | 102 | 353 | 143 | 110 | 0 | 10 | 340 | 142 | 56 |
| Binary | 10 | 1000010 | 11101011 | 1100011 | 1001000 | 0 | 1000 | 11100000 | 1100010 | 101110 |
Color Harmonies of #0242EB
Complementary color
Monochromatic Colors of #0242EB
Black with #0242EB
Text Example
Text Example
White with #0242EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0242EB; }
p { color: rgb(2,66,235); }
H1.HeaderClassName
{
color: #0242EB;
}
.AnyTagClassName
{
color: #0242EB;
}
</style>
background-color css
<style>
a { background-color: #0242EB; }
a { background-color: rgb(2,66,235); }
div.DivClassName
{
background-color: #0242EB;
}
.BgClassName
{
background-color: #0242EB;
}
</style>
border-color css
<style>
span { border-color: #0242EB; }
span { border-color: rgb(2,66,235); }
td.TdClassName
{
border-color: #0242EB;
}
.TagClassName
{
border-color: #0242EB;
}
</style>