Shades of Dark Cerulean #005293
Tints of Dark Cerulean #005293
RGB
CMYK
RGB Variations
Color information
#005293 (or 0x005293) is known color: Dark Cerulean. HEX triplet: 00, 52 and 93. RGB value is (0,82,147). Sum of RGB (Red+Green+Blue) = 0+82+147=229 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 229); Green value is 82 (32.42% from 255 or 35.81% from 229); Blue value is 147 (57.81% from 255 or 64.19% from 229); Max value from RGB is 147 - color contains mainly: blue. Hex color #005293 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005293 is #FFAD6C. Grayscale: #404040. Windows color (decimal): -16756077 or 9654784. OLE color: 9654784.
HSL color Cylindrical-coordinate representation of color #005293: hue angle of 206.53º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005293 is Cyan = 1, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 0 | 82 | 147 | - |
| CMYK | 1 | 0.44 | 0 | 0.42 |
| HSL | 206.53º | 1% | 0.29% | - |
| HSV(B) | 206.53º | 1% | 0.58% | - |
| XYZ | 8.28 | 8.14 | 28.74 | - |
| YUV | 64.89 | 174.33 | 81.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 82 | 147 | 1 | 0.44 | 0 | 0.42 | 206.53 | 1 | 0.29 |
| Hex | 0 | 52 | 93 | 64 | 2C | 0 | 2A | CF | 64 | 1D |
| Octal | 0 | 122 | 223 | 144 | 54 | 0 | 52 | 317 | 144 | 35 |
| Binary | 0 | 1010010 | 10010011 | 1100100 | 101100 | 0 | 101010 | 11001111 | 1100100 | 11101 |
Color Harmonies of #005293
Complementary color
Monochromatic Colors of #005293
Black with #005293
Text Example
Text Example
White with #005293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005293; }
p { color: rgb(0,82,147); }
H1.HeaderClassName
{
color: #005293;
}
.AnyTagClassName
{
color: #005293;
}
</style>
background-color css
<style>
a { background-color: #005293; }
a { background-color: rgb(0,82,147); }
div.DivClassName
{
background-color: #005293;
}
.BgClassName
{
background-color: #005293;
}
</style>
border-color css
<style>
span { border-color: #005293; }
span { border-color: rgb(0,82,147); }
td.TdClassName
{
border-color: #005293;
}
.TagClassName
{
border-color: #005293;
}
</style>