Shades of Dark Cerulean #06537F
Tints of Dark Cerulean #06537F
RGB
CMYK
RGB Variations
Color information
#06537F (or 0x06537F) is known color: Dark Cerulean. HEX triplet: 06, 53 and 7F. RGB value is (6,83,127). Sum of RGB (Red+Green+Blue) = 6+83+127=216 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.78% from 216); Green value is 83 (32.81% from 255 or 38.43% from 216); Blue value is 127 (50% from 255 or 58.80% from 216); Max value from RGB is 127 - color contains mainly: blue. Hex color #06537F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06537F is #F9AC80. Grayscale: #404040. Windows color (decimal): -16362625 or 8344326. OLE color: 8344326.
HSL color Cylindrical-coordinate representation of color #06537F: hue angle of 201.82º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06537F is Cyan = 0.95, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 6 | 83 | 127 | - |
| CMYK | 0.95 | 0.35 | 0 | 0.50 |
| HSL | 201.82º | 0.91% | 0.26% | - |
| HSV(B) | 201.82º | 0.95% | 0.5% | - |
| XYZ | 7 | 7.76 | 21.21 | - |
| YUV | 64.99 | 162.99 | 85.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 83 | 127 | 0.95 | 0.35 | 0 | 0.50 | 201.82 | 0.91 | 0.26 |
| Hex | 6 | 53 | 7F | 5F | 23 | 0 | 32 | CA | 5B | 1A |
| Octal | 6 | 123 | 177 | 137 | 43 | 0 | 62 | 312 | 133 | 32 |
| Binary | 110 | 1010011 | 1111111 | 1011111 | 100011 | 0 | 110010 | 11001010 | 1011011 | 11010 |
Color Harmonies of #06537F
Complementary color
Monochromatic Colors of #06537F
Black with #06537F
Text Example
Text Example
White with #06537F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06537F; }
p { color: rgb(6,83,127); }
H1.HeaderClassName
{
color: #06537F;
}
.AnyTagClassName
{
color: #06537F;
}
</style>
background-color css
<style>
a { background-color: #06537F; }
a { background-color: rgb(6,83,127); }
div.DivClassName
{
background-color: #06537F;
}
.BgClassName
{
background-color: #06537F;
}
</style>
border-color css
<style>
span { border-color: #06537F; }
span { border-color: rgb(6,83,127); }
td.TdClassName
{
border-color: #06537F;
}
.TagClassName
{
border-color: #06537F;
}
</style>