Shades of Dark Cerulean #06538C
Tints of Dark Cerulean #06538C
RGB
CMYK
RGB Variations
Color information
#06538C (or 0x06538C) is known color: Dark Cerulean. HEX triplet: 06, 53 and 8C. RGB value is (6,83,140). Sum of RGB (Red+Green+Blue) = 6+83+140=229 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.62% from 229); Green value is 83 (32.81% from 255 or 36.24% from 229); Blue value is 140 (55.08% from 255 or 61.14% from 229); Max value from RGB is 140 - color contains mainly: blue. Hex color #06538C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #06538C is #F9AC73. Grayscale: #424242. Windows color (decimal): -16362612 or 9196294. OLE color: 9196294.
HSL color Cylindrical-coordinate representation of color #06538C: hue angle of 205.52º degrees, saturation: 0.92, 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 #06538C is Cyan = 0.96, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 6 | 83 | 140 | - |
| CMYK | 0.96 | 0.41 | 0 | 0.45 |
| HSL | 205.52º | 0.92% | 0.29% | - |
| HSV(B) | 205.52º | 0.96% | 0.55% | - |
| XYZ | 7.9 | 8.12 | 25.96 | - |
| YUV | 66.48 | 169.49 | 84.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 83 | 140 | 0.96 | 0.41 | 0 | 0.45 | 205.52 | 0.92 | 0.29 |
| Hex | 6 | 53 | 8C | 60 | 29 | 0 | 2D | CE | 5C | 1D |
| Octal | 6 | 123 | 214 | 140 | 51 | 0 | 55 | 316 | 134 | 35 |
| Binary | 110 | 1010011 | 10001100 | 1100000 | 101001 | 0 | 101101 | 11001110 | 1011100 | 11101 |
Color Harmonies of #06538C
Complementary color
Monochromatic Colors of #06538C
Black with #06538C
Text Example
Text Example
White with #06538C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06538C; }
p { color: rgb(6,83,140); }
H1.HeaderClassName
{
color: #06538C;
}
.AnyTagClassName
{
color: #06538C;
}
</style>
background-color css
<style>
a { background-color: #06538C; }
a { background-color: rgb(6,83,140); }
div.DivClassName
{
background-color: #06538C;
}
.BgClassName
{
background-color: #06538C;
}
</style>
border-color css
<style>
span { border-color: #06538C; }
span { border-color: rgb(6,83,140); }
td.TdClassName
{
border-color: #06538C;
}
.TagClassName
{
border-color: #06538C;
}
</style>