Shades of Navy Blue #0152DA
Tints of Navy Blue #0152DA
RGB
CMYK
RGB Variations
Color information
#0152DA (or 0x0152DA) is known color: Navy Blue. HEX triplet: 01, 52 and DA. RGB value is (1,82,218). Sum of RGB (Red+Green+Blue) = 1+82+218=301 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 301); Green value is 82 (32.42% from 255 or 27.24% from 301); Blue value is 218 (85.55% from 255 or 72.43% from 301); Max value from RGB is 218 - color contains mainly: blue. Hex color #0152DA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0152DA is #FEAD25. Grayscale: #484848. Windows color (decimal): -16690470 or 14307841. OLE color: 14307841.
HSL color Cylindrical-coordinate representation of color #0152DA: hue angle of 217.6º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0152DA is Cyan = 1.00, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 1 | 82 | 218 | - |
| CMYK | 1.00 | 0.62 | 0 | 0.15 |
| HSL | 217.6º | 0.99% | 0.43% | - |
| HSV(B) | 217.6º | 1% | 0.85% | - |
| XYZ | 15.68 | 11.1 | 67.65 | - |
| YUV | 73.29 | 209.66 | 76.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 82 | 218 | 1.00 | 0.62 | 0 | 0.15 | 217.6 | 0.99 | 0.43 |
| Hex | 1 | 52 | DA | 64 | 3E | 0 | F | DA | 63 | 2B |
| Octal | 1 | 122 | 332 | 144 | 76 | 0 | 17 | 332 | 143 | 53 |
| Binary | 1 | 1010010 | 11011010 | 1100100 | 111110 | 0 | 1111 | 11011010 | 1100011 | 101011 |
Color Harmonies of #0152DA
Complementary color
Monochromatic Colors of #0152DA
Black with #0152DA
Text Example
Text Example
White with #0152DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0152DA; }
p { color: rgb(1,82,218); }
H1.HeaderClassName
{
color: #0152DA;
}
.AnyTagClassName
{
color: #0152DA;
}
</style>
background-color css
<style>
a { background-color: #0152DA; }
a { background-color: rgb(1,82,218); }
div.DivClassName
{
background-color: #0152DA;
}
.BgClassName
{
background-color: #0152DA;
}
</style>
border-color css
<style>
span { border-color: #0152DA; }
span { border-color: rgb(1,82,218); }
td.TdClassName
{
border-color: #0152DA;
}
.TagClassName
{
border-color: #0152DA;
}
</style>