Shades of Navy Blue #0153CE
Tints of Navy Blue #0153CE
RGB
CMYK
RGB Variations
Color information
#0153CE (or 0x0153CE) is known color: Navy Blue. HEX triplet: 01, 53 and CE. RGB value is (1,83,206). Sum of RGB (Red+Green+Blue) = 1+83+206=290 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 290); Green value is 83 (32.81% from 255 or 28.62% from 290); Blue value is 206 (80.86% from 255 or 71.03% from 290); Max value from RGB is 206 - color contains mainly: blue. Hex color #0153CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0153CE is #FEAC31. Grayscale: #474747. Windows color (decimal): -16690226 or 13521665. OLE color: 13521665.
HSL color Cylindrical-coordinate representation of color #0153CE: hue angle of 216º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0153CE is Cyan = 1.00, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 1 | 83 | 206 | - |
| CMYK | 1.00 | 0.60 | 0 | 0.19 |
| HSL | 216º | 0.99% | 0.41% | - |
| HSV(B) | 216º | 1% | 0.81% | - |
| XYZ | 14.25 | 10.65 | 59.7 | - |
| YUV | 72.5 | 203.33 | 77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 83 | 206 | 1.00 | 0.60 | 0 | 0.19 | 216 | 0.99 | 0.41 |
| Hex | 1 | 53 | CE | 64 | 3C | 0 | 13 | D8 | 63 | 29 |
| Octal | 1 | 123 | 316 | 144 | 74 | 0 | 23 | 330 | 143 | 51 |
| Binary | 1 | 1010011 | 11001110 | 1100100 | 111100 | 0 | 10011 | 11011000 | 1100011 | 101001 |
Color Harmonies of #0153CE
Complementary color
Monochromatic Colors of #0153CE
Black with #0153CE
Text Example
Text Example
White with #0153CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0153CE; }
p { color: rgb(1,83,206); }
H1.HeaderClassName
{
color: #0153CE;
}
.AnyTagClassName
{
color: #0153CE;
}
</style>
background-color css
<style>
a { background-color: #0153CE; }
a { background-color: rgb(1,83,206); }
div.DivClassName
{
background-color: #0153CE;
}
.BgClassName
{
background-color: #0153CE;
}
</style>
border-color css
<style>
span { border-color: #0153CE; }
span { border-color: rgb(1,83,206); }
td.TdClassName
{
border-color: #0153CE;
}
.TagClassName
{
border-color: #0153CE;
}
</style>