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