Shades of Dark Cerulean #05608D
Tints of Dark Cerulean #05608D
RGB
CMYK
RGB Variations
Color information
#05608D (or 0x05608D) is known color: Dark Cerulean. HEX triplet: 05, 60 and 8D. RGB value is (5,96,141). Sum of RGB (Red+Green+Blue) = 5+96+141=242 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.07% from 242); Green value is 96 (37.89% from 255 or 39.67% from 242); Blue value is 141 (55.47% from 255 or 58.26% from 242); Max value from RGB is 141 - color contains mainly: blue. Hex color #05608D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #05608D is #FA9F72. Grayscale: #494949. Windows color (decimal): -16424819 or 9265157. OLE color: 9265157.
HSL color Cylindrical-coordinate representation of color #05608D: hue angle of 199.85º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05608D is Cyan = 0.96, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 5 | 96 | 141 | - |
| CMYK | 0.96 | 0.32 | 0 | 0.45 |
| HSL | 199.85º | 0.93% | 0.29% | - |
| HSV(B) | 199.85º | 0.96% | 0.55% | - |
| XYZ | 9.05 | 10.32 | 26.71 | - |
| YUV | 73.92 | 165.85 | 78.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 96 | 141 | 0.96 | 0.32 | 0 | 0.45 | 199.85 | 0.93 | 0.29 |
| Hex | 5 | 60 | 8D | 60 | 20 | 0 | 2D | C8 | 5D | 1D |
| Octal | 5 | 140 | 215 | 140 | 40 | 0 | 55 | 310 | 135 | 35 |
| Binary | 101 | 1100000 | 10001101 | 1100000 | 100000 | 0 | 101101 | 11001000 | 1011101 | 11101 |
Color Harmonies of #05608D
Complementary color
Monochromatic Colors of #05608D
Black with #05608D
Text Example
Text Example
White with #05608D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05608D; }
p { color: rgb(5,96,141); }
H1.HeaderClassName
{
color: #05608D;
}
.AnyTagClassName
{
color: #05608D;
}
</style>
background-color css
<style>
a { background-color: #05608D; }
a { background-color: rgb(5,96,141); }
div.DivClassName
{
background-color: #05608D;
}
.BgClassName
{
background-color: #05608D;
}
</style>
border-color css
<style>
span { border-color: #05608D; }
span { border-color: rgb(5,96,141); }
td.TdClassName
{
border-color: #05608D;
}
.TagClassName
{
border-color: #05608D;
}
</style>