Shades of Navy Blue #015DCB
Tints of Navy Blue #015DCB
RGB
CMYK
RGB Variations
Color information
#015DCB (or 0x015DCB) is known color: Navy Blue. HEX triplet: 01, 5D and CB. RGB value is (1,93,203). Sum of RGB (Red+Green+Blue) = 1+93+203=297 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 297); Green value is 93 (36.72% from 255 or 31.31% from 297); Blue value is 203 (79.69% from 255 or 68.35% from 297); Max value from RGB is 203 - color contains mainly: blue. Hex color #015DCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #015DCB is #FEA234. Grayscale: #4D4D4D. Windows color (decimal): -16687669 or 13327617. OLE color: 13327617.
HSL color Cylindrical-coordinate representation of color #015DCB: hue angle of 212.67º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #015DCB is Cyan = 1.00, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 1 | 93 | 203 | - |
| CMYK | 1.00 | 0.54 | 0 | 0.20 |
| HSL | 212.67º | 0.99% | 0.4% | - |
| HSV(B) | 212.67º | 1% | 0.8% | - |
| XYZ | 14.71 | 12.15 | 58.07 | - |
| YUV | 78.03 | 198.52 | 73.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 93 | 203 | 1.00 | 0.54 | 0 | 0.20 | 212.67 | 0.99 | 0.4 |
| Hex | 1 | 5D | CB | 64 | 36 | 0 | 14 | D5 | 63 | 28 |
| Octal | 1 | 135 | 313 | 144 | 66 | 0 | 24 | 325 | 143 | 50 |
| Binary | 1 | 1011101 | 11001011 | 1100100 | 110110 | 0 | 10100 | 11010101 | 1100011 | 101000 |
Color Harmonies of #015DCB
Complementary color
Monochromatic Colors of #015DCB
Black with #015DCB
Text Example
Text Example
White with #015DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015DCB; }
p { color: rgb(1,93,203); }
H1.HeaderClassName
{
color: #015DCB;
}
.AnyTagClassName
{
color: #015DCB;
}
</style>
background-color css
<style>
a { background-color: #015DCB; }
a { background-color: rgb(1,93,203); }
div.DivClassName
{
background-color: #015DCB;
}
.BgClassName
{
background-color: #015DCB;
}
</style>
border-color css
<style>
span { border-color: #015DCB; }
span { border-color: rgb(1,93,203); }
td.TdClassName
{
border-color: #015DCB;
}
.TagClassName
{
border-color: #015DCB;
}
</style>