Shades of Dark Cerulean #06527A
Tints of Dark Cerulean #06527A
RGB
CMYK
RGB Variations
Color information
#06527A (or 0x06527A) is known color: Dark Cerulean. HEX triplet: 06, 52 and 7A. RGB value is (6,82,122). Sum of RGB (Red+Green+Blue) = 6+82+122=210 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.86% from 210); Green value is 82 (32.42% from 255 or 39.05% from 210); Blue value is 122 (48.05% from 255 or 58.10% from 210); Max value from RGB is 122 - color contains mainly: blue. Hex color #06527A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06527A is #F9AD85. Grayscale: #3F3F3F. Windows color (decimal): -16362886 or 8016390. OLE color: 8016390.
HSL color Cylindrical-coordinate representation of color #06527A: hue angle of 200.69º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06527A is Cyan = 0.95, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 6 | 82 | 122 | - |
| CMYK | 0.95 | 0.33 | 0 | 0.52 |
| HSL | 200.69º | 0.91% | 0.25% | - |
| HSV(B) | 200.69º | 0.95% | 0.48% | - |
| XYZ | 6.61 | 7.48 | 19.51 | - |
| YUV | 63.84 | 160.82 | 86.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 82 | 122 | 0.95 | 0.33 | 0 | 0.52 | 200.69 | 0.91 | 0.25 |
| Hex | 6 | 52 | 7A | 5F | 21 | 0 | 34 | C9 | 5B | 19 |
| Octal | 6 | 122 | 172 | 137 | 41 | 0 | 64 | 311 | 133 | 31 |
| Binary | 110 | 1010010 | 1111010 | 1011111 | 100001 | 0 | 110100 | 11001001 | 1011011 | 11001 |
Color Harmonies of #06527A
Complementary color
Monochromatic Colors of #06527A
Black with #06527A
Text Example
Text Example
White with #06527A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06527A; }
p { color: rgb(6,82,122); }
H1.HeaderClassName
{
color: #06527A;
}
.AnyTagClassName
{
color: #06527A;
}
</style>
background-color css
<style>
a { background-color: #06527A; }
a { background-color: rgb(6,82,122); }
div.DivClassName
{
background-color: #06527A;
}
.BgClassName
{
background-color: #06527A;
}
</style>
border-color css
<style>
span { border-color: #06527A; }
span { border-color: rgb(6,82,122); }
td.TdClassName
{
border-color: #06527A;
}
.TagClassName
{
border-color: #06527A;
}
</style>