Shades of Navy Blue #015DBB
Tints of Navy Blue #015DBB
RGB
CMYK
RGB Variations
Color information
#015DBB (or 0x015DBB) is known color: Navy Blue. HEX triplet: 01, 5D and BB. RGB value is (1,93,187). Sum of RGB (Red+Green+Blue) = 1+93+187=281 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 281); Green value is 93 (36.72% from 255 or 33.10% from 281); Blue value is 187 (73.44% from 255 or 66.55% from 281); Max value from RGB is 187 - color contains mainly: blue. Hex color #015DBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #015DBB is #FEA244. Grayscale: #4B4B4B. Windows color (decimal): -16687685 or 12279041. OLE color: 12279041.
HSL color Cylindrical-coordinate representation of color #015DBB: hue angle of 210.32º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015DBB is Cyan = 0.99, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 1 | 93 | 187 | - |
| CMYK | 0.99 | 0.50 | 0 | 0.27 |
| HSL | 210.32º | 0.99% | 0.37% | - |
| HSV(B) | 210.32º | 0.99% | 0.73% | - |
| XYZ | 12.9 | 11.42 | 48.54 | - |
| YUV | 76.21 | 190.52 | 74.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 93 | 187 | 0.99 | 0.50 | 0 | 0.27 | 210.32 | 0.99 | 0.37 |
| Hex | 1 | 5D | BB | 63 | 32 | 0 | 1B | D2 | 63 | 25 |
| Octal | 1 | 135 | 273 | 143 | 62 | 0 | 33 | 322 | 143 | 45 |
| Binary | 1 | 1011101 | 10111011 | 1100011 | 110010 | 0 | 11011 | 11010010 | 1100011 | 100101 |
Color Harmonies of #015DBB
Complementary color
Monochromatic Colors of #015DBB
Black with #015DBB
Text Example
Text Example
White with #015DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015DBB; }
p { color: rgb(1,93,187); }
H1.HeaderClassName
{
color: #015DBB;
}
.AnyTagClassName
{
color: #015DBB;
}
</style>
background-color css
<style>
a { background-color: #015DBB; }
a { background-color: rgb(1,93,187); }
div.DivClassName
{
background-color: #015DBB;
}
.BgClassName
{
background-color: #015DBB;
}
</style>
border-color css
<style>
span { border-color: #015DBB; }
span { border-color: rgb(1,93,187); }
td.TdClassName
{
border-color: #015DBB;
}
.TagClassName
{
border-color: #015DBB;
}
</style>