Shades of Navy Blue #0152DC
Tints of Navy Blue #0152DC
RGB
CMYK
RGB Variations
Color information
#0152DC (or 0x0152DC) is known color: Navy Blue. HEX triplet: 01, 52 and DC. RGB value is (1,82,220). Sum of RGB (Red+Green+Blue) = 1+82+220=303 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 303); Green value is 82 (32.42% from 255 or 27.06% from 303); Blue value is 220 (86.33% from 255 or 72.61% from 303); Max value from RGB is 220 - color contains mainly: blue. Hex color #0152DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0152DC is #FEAD23. Grayscale: #484848. Windows color (decimal): -16690468 or 14438913. OLE color: 14438913.
HSL color Cylindrical-coordinate representation of color #0152DC: hue angle of 217.81º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0152DC is Cyan = 1.00, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 1 | 82 | 220 | - |
| CMYK | 1.00 | 0.63 | 0 | 0.14 |
| HSL | 217.81º | 0.99% | 0.43% | - |
| HSV(B) | 217.81º | 1% | 0.86% | - |
| XYZ | 15.95 | 11.21 | 69.03 | - |
| YUV | 73.51 | 210.66 | 76.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 82 | 220 | 1.00 | 0.63 | 0 | 0.14 | 217.81 | 0.99 | 0.43 |
| Hex | 1 | 52 | DC | 64 | 3F | 0 | E | DA | 63 | 2B |
| Octal | 1 | 122 | 334 | 144 | 77 | 0 | 16 | 332 | 143 | 53 |
| Binary | 1 | 1010010 | 11011100 | 1100100 | 111111 | 0 | 1110 | 11011010 | 1100011 | 101011 |
Color Harmonies of #0152DC
Complementary color
Monochromatic Colors of #0152DC
Black with #0152DC
Text Example
Text Example
White with #0152DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0152DC; }
p { color: rgb(1,82,220); }
H1.HeaderClassName
{
color: #0152DC;
}
.AnyTagClassName
{
color: #0152DC;
}
</style>
background-color css
<style>
a { background-color: #0152DC; }
a { background-color: rgb(1,82,220); }
div.DivClassName
{
background-color: #0152DC;
}
.BgClassName
{
background-color: #0152DC;
}
</style>
border-color css
<style>
span { border-color: #0152DC; }
span { border-color: rgb(1,82,220); }
td.TdClassName
{
border-color: #0152DC;
}
.TagClassName
{
border-color: #0152DC;
}
</style>