Shades of Navy Blue #0152E6
Tints of Navy Blue #0152E6
RGB
CMYK
RGB Variations
Color information
#0152E6 (or 0x0152E6) is known color: Navy Blue. HEX triplet: 01, 52 and E6. RGB value is (1,82,230). Sum of RGB (Red+Green+Blue) = 1+82+230=313 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 313); Green value is 82 (32.42% from 255 or 26.20% from 313); Blue value is 230 (90.23% from 255 or 73.48% from 313); Max value from RGB is 230 - color contains mainly: blue. Hex color #0152E6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0152E6 is #FEAD19. Grayscale: #494949. Windows color (decimal): -16690458 or 15094273. OLE color: 15094273.
HSL color Cylindrical-coordinate representation of color #0152E6: hue angle of 218.78º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0152E6 is Cyan = 1.00, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 1 | 82 | 230 | - |
| CMYK | 1.00 | 0.64 | 0 | 0.10 |
| HSL | 218.78º | 0.99% | 0.45% | - |
| HSV(B) | 218.78º | 1% | 0.9% | - |
| XYZ | 17.31 | 11.75 | 76.22 | - |
| YUV | 74.65 | 215.66 | 75.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 82 | 230 | 1.00 | 0.64 | 0 | 0.10 | 218.78 | 0.99 | 0.45 |
| Hex | 1 | 52 | E6 | 64 | 40 | 0 | A | DB | 63 | 2D |
| Octal | 1 | 122 | 346 | 144 | 100 | 0 | 12 | 333 | 143 | 55 |
| Binary | 1 | 1010010 | 11100110 | 1100100 | 1000000 | 0 | 1010 | 11011011 | 1100011 | 101101 |
Color Harmonies of #0152E6
Complementary color
Monochromatic Colors of #0152E6
Black with #0152E6
Text Example
Text Example
White with #0152E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0152E6; }
p { color: rgb(1,82,230); }
H1.HeaderClassName
{
color: #0152E6;
}
.AnyTagClassName
{
color: #0152E6;
}
</style>
background-color css
<style>
a { background-color: #0152E6; }
a { background-color: rgb(1,82,230); }
div.DivClassName
{
background-color: #0152E6;
}
.BgClassName
{
background-color: #0152E6;
}
</style>
border-color css
<style>
span { border-color: #0152E6; }
span { border-color: rgb(1,82,230); }
td.TdClassName
{
border-color: #0152E6;
}
.TagClassName
{
border-color: #0152E6;
}
</style>