Shades of Dark Cerulean #00537D
Tints of Dark Cerulean #00537D
RGB
CMYK
RGB Variations
Color information
#00537D (or 0x00537D) is known color: Dark Cerulean. HEX triplet: 00, 53 and 7D. RGB value is (0,83,125). Sum of RGB (Red+Green+Blue) = 0+83+125=208 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 208); Green value is 83 (32.81% from 255 or 39.90% from 208); Blue value is 125 (49.22% from 255 or 60.10% from 208); Max value from RGB is 125 - color contains mainly: blue. Hex color #00537D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00537D is #FFAC82. Grayscale: #3E3E3E. Windows color (decimal): -16755843 or 8213248. OLE color: 8213248.
HSL color Cylindrical-coordinate representation of color #00537D: hue angle of 200.16º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00537D is Cyan = 1, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 0 | 83 | 125 | - |
| CMYK | 1 | 0.34 | 0 | 0.51 |
| HSL | 200.16º | 1% | 0.25% | - |
| HSV(B) | 200.16º | 1% | 0.49% | - |
| XYZ | 6.79 | 7.67 | 20.52 | - |
| YUV | 62.97 | 163 | 83.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 83 | 125 | 1 | 0.34 | 0 | 0.51 | 200.16 | 1 | 0.25 |
| Hex | 0 | 53 | 7D | 64 | 22 | 0 | 33 | C8 | 64 | 19 |
| Octal | 0 | 123 | 175 | 144 | 42 | 0 | 63 | 310 | 144 | 31 |
| Binary | 0 | 1010011 | 1111101 | 1100100 | 100010 | 0 | 110011 | 11001000 | 1100100 | 11001 |
Color Harmonies of #00537D
Complementary color
Monochromatic Colors of #00537D
Black with #00537D
Text Example
Text Example
White with #00537D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00537D; }
p { color: rgb(0,83,125); }
H1.HeaderClassName
{
color: #00537D;
}
.AnyTagClassName
{
color: #00537D;
}
</style>
background-color css
<style>
a { background-color: #00537D; }
a { background-color: rgb(0,83,125); }
div.DivClassName
{
background-color: #00537D;
}
.BgClassName
{
background-color: #00537D;
}
</style>
border-color css
<style>
span { border-color: #00537D; }
span { border-color: rgb(0,83,125); }
td.TdClassName
{
border-color: #00537D;
}
.TagClassName
{
border-color: #00537D;
}
</style>