Shades of Navy Blue #015CBD
Tints of Navy Blue #015CBD
RGB
CMYK
RGB Variations
Color information
#015CBD (or 0x015CBD) is known color: Navy Blue. HEX triplet: 01, 5C and BD. RGB value is (1,92,189). Sum of RGB (Red+Green+Blue) = 1+92+189=282 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 282); Green value is 92 (36.33% from 255 or 32.62% from 282); Blue value is 189 (74.22% from 255 or 67.02% from 282); Max value from RGB is 189 - color contains mainly: blue. Hex color #015CBD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #015CBD is #FEA342. Grayscale: #4B4B4B. Windows color (decimal): -16687939 or 12409857. OLE color: 12409857.
HSL color Cylindrical-coordinate representation of color #015CBD: hue angle of 210.96º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015CBD is Cyan = 0.99, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 1 | 92 | 189 | - |
| CMYK | 0.99 | 0.51 | 0 | 0.26 |
| HSL | 210.96º | 0.99% | 0.37% | - |
| HSV(B) | 210.96º | 0.99% | 0.74% | - |
| XYZ | 13.02 | 11.33 | 49.65 | - |
| YUV | 75.85 | 191.85 | 74.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 92 | 189 | 0.99 | 0.51 | 0 | 0.26 | 210.96 | 0.99 | 0.37 |
| Hex | 1 | 5C | BD | 63 | 33 | 0 | 1A | D3 | 63 | 25 |
| Octal | 1 | 134 | 275 | 143 | 63 | 0 | 32 | 323 | 143 | 45 |
| Binary | 1 | 1011100 | 10111101 | 1100011 | 110011 | 0 | 11010 | 11010011 | 1100011 | 100101 |
Color Harmonies of #015CBD
Complementary color
Monochromatic Colors of #015CBD
Black with #015CBD
Text Example
Text Example
White with #015CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015CBD; }
p { color: rgb(1,92,189); }
H1.HeaderClassName
{
color: #015CBD;
}
.AnyTagClassName
{
color: #015CBD;
}
</style>
background-color css
<style>
a { background-color: #015CBD; }
a { background-color: rgb(1,92,189); }
div.DivClassName
{
background-color: #015CBD;
}
.BgClassName
{
background-color: #015CBD;
}
</style>
border-color css
<style>
span { border-color: #015CBD; }
span { border-color: rgb(1,92,189); }
td.TdClassName
{
border-color: #015CBD;
}
.TagClassName
{
border-color: #015CBD;
}
</style>