Shades of Navy Blue #015CBB
Tints of Navy Blue #015CBB
RGB
CMYK
RGB Variations
Color information
#015CBB (or 0x015CBB) is known color: Navy Blue. HEX triplet: 01, 5C and BB. RGB value is (1,92,187). Sum of RGB (Red+Green+Blue) = 1+92+187=280 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 280); Green value is 92 (36.33% from 255 or 32.86% from 280); Blue value is 187 (73.44% from 255 or 66.79% from 280); Max value from RGB is 187 - color contains mainly: blue. Hex color #015CBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #015CBB is #FEA344. Grayscale: #4B4B4B. Windows color (decimal): -16687941 or 12278785. OLE color: 12278785.
HSL color Cylindrical-coordinate representation of color #015CBB: hue angle of 210.65º 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 #015CBB is Cyan = 0.99, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 1 | 92 | 187 | - |
| CMYK | 0.99 | 0.51 | 0 | 0.27 |
| HSL | 210.65º | 0.99% | 0.37% | - |
| HSV(B) | 210.65º | 0.99% | 0.73% | - |
| XYZ | 12.81 | 11.25 | 48.51 | - |
| YUV | 75.62 | 190.85 | 74.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 92 | 187 | 0.99 | 0.51 | 0 | 0.27 | 210.65 | 0.99 | 0.37 |
| Hex | 1 | 5C | BB | 63 | 33 | 0 | 1B | D3 | 63 | 25 |
| Octal | 1 | 134 | 273 | 143 | 63 | 0 | 33 | 323 | 143 | 45 |
| Binary | 1 | 1011100 | 10111011 | 1100011 | 110011 | 0 | 11011 | 11010011 | 1100011 | 100101 |
Color Harmonies of #015CBB
Complementary color
Monochromatic Colors of #015CBB
Black with #015CBB
Text Example
Text Example
White with #015CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015CBB; }
p { color: rgb(1,92,187); }
H1.HeaderClassName
{
color: #015CBB;
}
.AnyTagClassName
{
color: #015CBB;
}
</style>
background-color css
<style>
a { background-color: #015CBB; }
a { background-color: rgb(1,92,187); }
div.DivClassName
{
background-color: #015CBB;
}
.BgClassName
{
background-color: #015CBB;
}
</style>
border-color css
<style>
span { border-color: #015CBB; }
span { border-color: rgb(1,92,187); }
td.TdClassName
{
border-color: #015CBB;
}
.TagClassName
{
border-color: #015CBB;
}
</style>