Shades of Navy Blue #0153D3
Tints of Navy Blue #0153D3
RGB
CMYK
RGB Variations
Color information
#0153D3 (or 0x0153D3) is known color: Navy Blue. HEX triplet: 01, 53 and D3. RGB value is (1,83,211). Sum of RGB (Red+Green+Blue) = 1+83+211=295 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 295); Green value is 83 (32.81% from 255 or 28.14% from 295); Blue value is 211 (82.81% from 255 or 71.53% from 295); Max value from RGB is 211 - color contains mainly: blue. Hex color #0153D3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0153D3 is #FEAC2C. Grayscale: #484848. Windows color (decimal): -16690221 or 13849345. OLE color: 13849345.
HSL color Cylindrical-coordinate representation of color #0153D3: hue angle of 216.57º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0153D3 is Cyan = 1.00, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 1 | 83 | 211 | - |
| CMYK | 1.00 | 0.61 | 0 | 0.17 |
| HSL | 216.57º | 0.99% | 0.42% | - |
| HSV(B) | 216.57º | 1% | 0.83% | - |
| XYZ | 14.86 | 10.9 | 62.95 | - |
| YUV | 73.07 | 205.83 | 76.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 83 | 211 | 1.00 | 0.61 | 0 | 0.17 | 216.57 | 0.99 | 0.42 |
| Hex | 1 | 53 | D3 | 64 | 3D | 0 | 11 | D9 | 63 | 2A |
| Octal | 1 | 123 | 323 | 144 | 75 | 0 | 21 | 331 | 143 | 52 |
| Binary | 1 | 1010011 | 11010011 | 1100100 | 111101 | 0 | 10001 | 11011001 | 1100011 | 101010 |
Color Harmonies of #0153D3
Complementary color
Monochromatic Colors of #0153D3
Black with #0153D3
Text Example
Text Example
White with #0153D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0153D3; }
p { color: rgb(1,83,211); }
H1.HeaderClassName
{
color: #0153D3;
}
.AnyTagClassName
{
color: #0153D3;
}
</style>
background-color css
<style>
a { background-color: #0153D3; }
a { background-color: rgb(1,83,211); }
div.DivClassName
{
background-color: #0153D3;
}
.BgClassName
{
background-color: #0153D3;
}
</style>
border-color css
<style>
span { border-color: #0153D3; }
span { border-color: rgb(1,83,211); }
td.TdClassName
{
border-color: #0153D3;
}
.TagClassName
{
border-color: #0153D3;
}
</style>