Shades of Navy Blue #0153C9
Tints of Navy Blue #0153C9
RGB
CMYK
RGB Variations
Color information
#0153C9 (or 0x0153C9) is known color: Navy Blue. HEX triplet: 01, 53 and C9. RGB value is (1,83,201). Sum of RGB (Red+Green+Blue) = 1+83+201=285 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 285); Green value is 83 (32.81% from 255 or 29.12% from 285); Blue value is 201 (78.91% from 255 or 70.53% from 285); Max value from RGB is 201 - color contains mainly: blue. Hex color #0153C9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0153C9 is #FEAC36. Grayscale: #474747. Windows color (decimal): -16690231 or 13193985. OLE color: 13193985.
HSL color Cylindrical-coordinate representation of color #0153C9: hue angle of 215.4º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0153C9 is Cyan = 1.00, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 1 | 83 | 201 | - |
| CMYK | 1.00 | 0.59 | 0 | 0.21 |
| HSL | 215.4º | 0.99% | 0.4% | - |
| HSV(B) | 215.4º | 1% | 0.79% | - |
| XYZ | 13.65 | 10.41 | 56.55 | - |
| YUV | 71.93 | 200.83 | 77.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 83 | 201 | 1.00 | 0.59 | 0 | 0.21 | 215.4 | 0.99 | 0.4 |
| Hex | 1 | 53 | C9 | 64 | 3B | 0 | 15 | D7 | 63 | 28 |
| Octal | 1 | 123 | 311 | 144 | 73 | 0 | 25 | 327 | 143 | 50 |
| Binary | 1 | 1010011 | 11001001 | 1100100 | 111011 | 0 | 10101 | 11010111 | 1100011 | 101000 |
Color Harmonies of #0153C9
Complementary color
Monochromatic Colors of #0153C9
Black with #0153C9
Text Example
Text Example
White with #0153C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0153C9; }
p { color: rgb(1,83,201); }
H1.HeaderClassName
{
color: #0153C9;
}
.AnyTagClassName
{
color: #0153C9;
}
</style>
background-color css
<style>
a { background-color: #0153C9; }
a { background-color: rgb(1,83,201); }
div.DivClassName
{
background-color: #0153C9;
}
.BgClassName
{
background-color: #0153C9;
}
</style>
border-color css
<style>
span { border-color: #0153C9; }
span { border-color: rgb(1,83,201); }
td.TdClassName
{
border-color: #0153C9;
}
.TagClassName
{
border-color: #0153C9;
}
</style>