Shades of Navy Blue #0153FF
Tints of Navy Blue #0153FF
RGB
CMYK
RGB Variations
Color information
#0153FF (or 0x0153FF) is known color: Navy Blue. HEX triplet: 01, 53 and FF. RGB value is (1,83,255). Sum of RGB (Red+Green+Blue) = 1+83+255=339 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 339); Green value is 83 (32.81% from 255 or 24.48% from 339); Blue value is 255 (100% from 255 or 75.22% from 339); Max value from RGB is 255 - color contains mainly: blue. Hex color #0153FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0153FF is #FEAC00. Grayscale: #4D4D4D. Windows color (decimal): -16690177 or 16732929. OLE color: 16732929.
HSL color Cylindrical-coordinate representation of color #0153FF: hue angle of 220.63º 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 #0153FF is Cyan = 1.00, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 1 | 83 | 255 | - |
| CMYK | 1.00 | 0.67 | 0 | 0 |
| HSL | 220.63º | 1% | 0.5% | - |
| HSV(B) | 220.63º | 1% | 1% | - |
| XYZ | 21.16 | 13.41 | 96.08 | - |
| YUV | 78.09 | 227.83 | 73.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 83 | 255 | 1.00 | 0.67 | 0 | 0 | 220.63 | 1 | 0.5 |
| Hex | 1 | 53 | FF | 64 | 43 | 0 | 0 | DD | 64 | 32 |
| Octal | 1 | 123 | 377 | 144 | 103 | 0 | 0 | 335 | 144 | 62 |
| Binary | 1 | 1010011 | 11111111 | 1100100 | 1000011 | 0 | 0 | 11011101 | 1100100 | 110010 |
Color Harmonies of #0153FF
Complementary color
Monochromatic Colors of #0153FF
Black with #0153FF
Text Example
Text Example
White with #0153FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0153FF; }
p { color: rgb(1,83,255); }
H1.HeaderClassName
{
color: #0153FF;
}
.AnyTagClassName
{
color: #0153FF;
}
</style>
background-color css
<style>
a { background-color: #0153FF; }
a { background-color: rgb(1,83,255); }
div.DivClassName
{
background-color: #0153FF;
}
.BgClassName
{
background-color: #0153FF;
}
</style>
border-color css
<style>
span { border-color: #0153FF; }
span { border-color: rgb(1,83,255); }
td.TdClassName
{
border-color: #0153FF;
}
.TagClassName
{
border-color: #0153FF;
}
</style>