Shades of Navy Blue #0153D0
Tints of Navy Blue #0153D0
RGB
CMYK
RGB Variations
Color information
#0153D0 (or 0x0153D0) is known color: Navy Blue. HEX triplet: 01, 53 and D0. RGB value is (1,83,208). Sum of RGB (Red+Green+Blue) = 1+83+208=292 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 292); Green value is 83 (32.81% from 255 or 28.42% from 292); Blue value is 208 (81.64% from 255 or 71.23% from 292); Max value from RGB is 208 - color contains mainly: blue. Hex color #0153D0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0153D0 is #FEAC2F. Grayscale: #484848. Windows color (decimal): -16690224 or 13652737. OLE color: 13652737.
HSL color Cylindrical-coordinate representation of color #0153D0: hue angle of 216.23º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0153D0 is Cyan = 1.00, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 1 | 83 | 208 | - |
| CMYK | 1.00 | 0.60 | 0 | 0.18 |
| HSL | 216.23º | 0.99% | 0.41% | - |
| HSV(B) | 216.23º | 1% | 0.82% | - |
| XYZ | 14.49 | 10.75 | 60.99 | - |
| YUV | 72.73 | 204.33 | 76.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 83 | 208 | 1.00 | 0.60 | 0 | 0.18 | 216.23 | 0.99 | 0.41 |
| Hex | 1 | 53 | D0 | 64 | 3C | 0 | 12 | D8 | 63 | 29 |
| Octal | 1 | 123 | 320 | 144 | 74 | 0 | 22 | 330 | 143 | 51 |
| Binary | 1 | 1010011 | 11010000 | 1100100 | 111100 | 0 | 10010 | 11011000 | 1100011 | 101001 |
Color Harmonies of #0153D0
Complementary color
Monochromatic Colors of #0153D0
Black with #0153D0
Text Example
Text Example
White with #0153D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0153D0; }
p { color: rgb(1,83,208); }
H1.HeaderClassName
{
color: #0153D0;
}
.AnyTagClassName
{
color: #0153D0;
}
</style>
background-color css
<style>
a { background-color: #0153D0; }
a { background-color: rgb(1,83,208); }
div.DivClassName
{
background-color: #0153D0;
}
.BgClassName
{
background-color: #0153D0;
}
</style>
border-color css
<style>
span { border-color: #0153D0; }
span { border-color: rgb(1,83,208); }
td.TdClassName
{
border-color: #0153D0;
}
.TagClassName
{
border-color: #0153D0;
}
</style>