Shades of Navy Blue #005DC3
Tints of Navy Blue #005DC3
RGB
CMYK
RGB Variations
Color information
#005DC3 (or 0x005DC3) is known color: Navy Blue. HEX triplet: 00, 5D and C3. RGB value is (0,93,195). Sum of RGB (Red+Green+Blue) = 0+93+195=288 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 288); Green value is 93 (36.72% from 255 or 32.29% from 288); Blue value is 195 (76.56% from 255 or 67.71% from 288); Max value from RGB is 195 - color contains mainly: blue. Hex color #005DC3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #005DC3 is #FFA23C. Grayscale: #4C4C4C. Windows color (decimal): -16753213 or 12803328. OLE color: 12803328.
HSL color Cylindrical-coordinate representation of color #005DC3: hue angle of 211.38º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005DC3 is Cyan = 1, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 0 | 93 | 195 | - |
| CMYK | 1 | 0.52 | 0 | 0.24 |
| HSL | 211.38º | 1% | 0.38% | - |
| HSV(B) | 211.38º | 1% | 0.76% | - |
| XYZ | 13.76 | 11.77 | 53.18 | - |
| YUV | 76.82 | 194.69 | 73.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 93 | 195 | 1 | 0.52 | 0 | 0.24 | 211.38 | 1 | 0.38 |
| Hex | 0 | 5D | C3 | 64 | 34 | 0 | 18 | D3 | 64 | 26 |
| Octal | 0 | 135 | 303 | 144 | 64 | 0 | 30 | 323 | 144 | 46 |
| Binary | 0 | 1011101 | 11000011 | 1100100 | 110100 | 0 | 11000 | 11010011 | 1100100 | 100110 |
Color Harmonies of #005DC3
Complementary color
Monochromatic Colors of #005DC3
Black with #005DC3
Text Example
Text Example
White with #005DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005DC3; }
p { color: rgb(0,93,195); }
H1.HeaderClassName
{
color: #005DC3;
}
.AnyTagClassName
{
color: #005DC3;
}
</style>
background-color css
<style>
a { background-color: #005DC3; }
a { background-color: rgb(0,93,195); }
div.DivClassName
{
background-color: #005DC3;
}
.BgClassName
{
background-color: #005DC3;
}
</style>
border-color css
<style>
span { border-color: #005DC3; }
span { border-color: rgb(0,93,195); }
td.TdClassName
{
border-color: #005DC3;
}
.TagClassName
{
border-color: #005DC3;
}
</style>