Shades of Dark Cerulean #005C95
Tints of Dark Cerulean #005C95
RGB
CMYK
RGB Variations
Color information
#005C95 (or 0x005C95) is known color: Dark Cerulean. HEX triplet: 00, 5C and 95. RGB value is (0,92,149). Sum of RGB (Red+Green+Blue) = 0+92+149=241 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 241); Green value is 92 (36.33% from 255 or 38.17% from 241); Blue value is 149 (58.59% from 255 or 61.83% from 241); Max value from RGB is 149 - color contains mainly: blue. Hex color #005C95 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005C95 is #FFA36A. Grayscale: #464646. Windows color (decimal): -16753515 or 9788416. OLE color: 9788416.
HSL color Cylindrical-coordinate representation of color #005C95: hue angle of 202.95º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005C95 is Cyan = 1, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 0 | 92 | 149 | - |
| CMYK | 1 | 0.38 | 0 | 0.42 |
| HSL | 202.95º | 1% | 0.29% | - |
| HSV(B) | 202.95º | 1% | 0.58% | - |
| XYZ | 9.25 | 9.82 | 29.84 | - |
| YUV | 70.99 | 172.02 | 77.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 92 | 149 | 1 | 0.38 | 0 | 0.42 | 202.95 | 1 | 0.29 |
| Hex | 0 | 5C | 95 | 64 | 26 | 0 | 2A | CB | 64 | 1D |
| Octal | 0 | 134 | 225 | 144 | 46 | 0 | 52 | 313 | 144 | 35 |
| Binary | 0 | 1011100 | 10010101 | 1100100 | 100110 | 0 | 101010 | 11001011 | 1100100 | 11101 |
Color Harmonies of #005C95
Complementary color
Monochromatic Colors of #005C95
Black with #005C95
Text Example
Text Example
White with #005C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005C95; }
p { color: rgb(0,92,149); }
H1.HeaderClassName
{
color: #005C95;
}
.AnyTagClassName
{
color: #005C95;
}
</style>
background-color css
<style>
a { background-color: #005C95; }
a { background-color: rgb(0,92,149); }
div.DivClassName
{
background-color: #005C95;
}
.BgClassName
{
background-color: #005C95;
}
</style>
border-color css
<style>
span { border-color: #005C95; }
span { border-color: rgb(0,92,149); }
td.TdClassName
{
border-color: #005C95;
}
.TagClassName
{
border-color: #005C95;
}
</style>