Shades of Dark Cerulean #005C8D
Tints of Dark Cerulean #005C8D
RGB
CMYK
RGB Variations
Color information
#005C8D (or 0x005C8D) is known color: Dark Cerulean. HEX triplet: 00, 5C and 8D. RGB value is (0,92,141). Sum of RGB (Red+Green+Blue) = 0+92+141=233 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 233); Green value is 92 (36.33% from 255 or 39.48% from 233); Blue value is 141 (55.47% from 255 or 60.52% from 233); Max value from RGB is 141 - color contains mainly: blue. Hex color #005C8D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005C8D is #FFA372. Grayscale: #454545. Windows color (decimal): -16753523 or 9264128. OLE color: 9264128.
HSL color Cylindrical-coordinate representation of color #005C8D: hue angle of 200.85º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005C8D is Cyan = 1, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 0 | 92 | 141 | - |
| CMYK | 1 | 0.35 | 0 | 0.45 |
| HSL | 200.85º | 1% | 0.28% | - |
| HSV(B) | 200.85º | 1% | 0.55% | - |
| XYZ | 8.63 | 9.58 | 26.59 | - |
| YUV | 70.08 | 168.02 | 78.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 92 | 141 | 1 | 0.35 | 0 | 0.45 | 200.85 | 1 | 0.28 |
| Hex | 0 | 5C | 8D | 64 | 23 | 0 | 2D | C9 | 64 | 1C |
| Octal | 0 | 134 | 215 | 144 | 43 | 0 | 55 | 311 | 144 | 34 |
| Binary | 0 | 1011100 | 10001101 | 1100100 | 100011 | 0 | 101101 | 11001001 | 1100100 | 11100 |
Color Harmonies of #005C8D
Complementary color
Monochromatic Colors of #005C8D
Black with #005C8D
Text Example
Text Example
White with #005C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005C8D; }
p { color: rgb(0,92,141); }
H1.HeaderClassName
{
color: #005C8D;
}
.AnyTagClassName
{
color: #005C8D;
}
</style>
background-color css
<style>
a { background-color: #005C8D; }
a { background-color: rgb(0,92,141); }
div.DivClassName
{
background-color: #005C8D;
}
.BgClassName
{
background-color: #005C8D;
}
</style>
border-color css
<style>
span { border-color: #005C8D; }
span { border-color: rgb(0,92,141); }
td.TdClassName
{
border-color: #005C8D;
}
.TagClassName
{
border-color: #005C8D;
}
</style>