Shades of Navy Blue #0152EA
Tints of Navy Blue #0152EA
RGB
CMYK
RGB Variations
Color information
#0152EA (or 0x0152EA) is known color: Navy Blue. HEX triplet: 01, 52 and EA. RGB value is (1,82,234). Sum of RGB (Red+Green+Blue) = 1+82+234=317 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 317); Green value is 82 (32.42% from 255 or 25.87% from 317); Blue value is 234 (91.80% from 255 or 73.82% from 317); Max value from RGB is 234 - color contains mainly: blue. Hex color #0152EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0152EA is #FEAD15. Grayscale: #4A4A4A. Windows color (decimal): -16690454 or 15356417. OLE color: 15356417.
HSL color Cylindrical-coordinate representation of color #0152EA: hue angle of 219.14º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0152EA is Cyan = 1.00, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 1 | 82 | 234 | - |
| CMYK | 1.00 | 0.65 | 0 | 0.08 |
| HSL | 219.14º | 0.99% | 0.46% | - |
| HSV(B) | 219.14º | 1% | 0.92% | - |
| XYZ | 17.88 | 11.98 | 79.21 | - |
| YUV | 75.11 | 217.66 | 75.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 82 | 234 | 1.00 | 0.65 | 0 | 0.08 | 219.14 | 0.99 | 0.46 |
| Hex | 1 | 52 | EA | 64 | 41 | 0 | 8 | DB | 63 | 2E |
| Octal | 1 | 122 | 352 | 144 | 101 | 0 | 10 | 333 | 143 | 56 |
| Binary | 1 | 1010010 | 11101010 | 1100100 | 1000001 | 0 | 1000 | 11011011 | 1100011 | 101110 |
Color Harmonies of #0152EA
Complementary color
Monochromatic Colors of #0152EA
Black with #0152EA
Text Example
Text Example
White with #0152EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0152EA; }
p { color: rgb(1,82,234); }
H1.HeaderClassName
{
color: #0152EA;
}
.AnyTagClassName
{
color: #0152EA;
}
</style>
background-color css
<style>
a { background-color: #0152EA; }
a { background-color: rgb(1,82,234); }
div.DivClassName
{
background-color: #0152EA;
}
.BgClassName
{
background-color: #0152EA;
}
</style>
border-color css
<style>
span { border-color: #0152EA; }
span { border-color: rgb(1,82,234); }
td.TdClassName
{
border-color: #0152EA;
}
.TagClassName
{
border-color: #0152EA;
}
</style>