Shades of Navy Blue #0152FF
Tints of Navy Blue #0152FF
RGB
CMYK
RGB Variations
Color information
#0152FF (or 0x0152FF) is known color: Navy Blue. HEX triplet: 01, 52 and FF. RGB value is (1,82,255). Sum of RGB (Red+Green+Blue) = 1+82+255=338 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 338); Green value is 82 (32.42% from 255 or 24.26% from 338); Blue value is 255 (100% from 255 or 75.44% from 338); Max value from RGB is 255 - color contains mainly: blue. Hex color #0152FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0152FF is #FEAD00. Grayscale: #4C4C4C. Windows color (decimal): -16690433 or 16732673. OLE color: 16732673.
HSL color Cylindrical-coordinate representation of color #0152FF: hue angle of 220.87º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0152FF is Cyan = 1.00, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 1 | 82 | 255 | - |
| CMYK | 1.00 | 0.68 | 0 | 0 |
| HSL | 220.87º | 1% | 0.5% | - |
| HSV(B) | 220.87º | 1% | 1% | - |
| XYZ | 21.08 | 13.26 | 96.06 | - |
| YUV | 77.5 | 228.16 | 73.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 82 | 255 | 1.00 | 0.68 | 0 | 0 | 220.87 | 1 | 0.5 |
| Hex | 1 | 52 | FF | 64 | 44 | 0 | 0 | DD | 64 | 32 |
| Octal | 1 | 122 | 377 | 144 | 104 | 0 | 0 | 335 | 144 | 62 |
| Binary | 1 | 1010010 | 11111111 | 1100100 | 1000100 | 0 | 0 | 11011101 | 1100100 | 110010 |
Color Harmonies of #0152FF
Complementary color
Monochromatic Colors of #0152FF
Black with #0152FF
Text Example
Text Example
White with #0152FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0152FF; }
p { color: rgb(1,82,255); }
H1.HeaderClassName
{
color: #0152FF;
}
.AnyTagClassName
{
color: #0152FF;
}
</style>
background-color css
<style>
a { background-color: #0152FF; }
a { background-color: rgb(1,82,255); }
div.DivClassName
{
background-color: #0152FF;
}
.BgClassName
{
background-color: #0152FF;
}
</style>
border-color css
<style>
span { border-color: #0152FF; }
span { border-color: rgb(1,82,255); }
td.TdClassName
{
border-color: #0152FF;
}
.TagClassName
{
border-color: #0152FF;
}
</style>