Shades of Dark Cerulean #005278
Tints of Dark Cerulean #005278
RGB
CMYK
RGB Variations
Color information
#005278 (or 0x005278) is known color: Dark Cerulean. HEX triplet: 00, 52 and 78. RGB value is (0,82,120). Sum of RGB (Red+Green+Blue) = 0+82+120=202 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 202); Green value is 82 (32.42% from 255 or 40.59% from 202); Blue value is 120 (47.27% from 255 or 59.41% from 202); Max value from RGB is 120 - color contains mainly: blue. Hex color #005278 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005278 is #FFAD87. Grayscale: #3D3D3D. Windows color (decimal): -16756104 or 7885312. OLE color: 7885312.
HSL color Cylindrical-coordinate representation of color #005278: hue angle of 199º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005278 is Cyan = 1, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 0 | 82 | 120 | - |
| CMYK | 1 | 0.32 | 0 | 0.53 |
| HSL | 199º | 1% | 0.24% | - |
| HSV(B) | 199º | 1% | 0.47% | - |
| XYZ | 6.41 | 7.39 | 18.86 | - |
| YUV | 61.81 | 160.83 | 83.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 82 | 120 | 1 | 0.32 | 0 | 0.53 | 199 | 1 | 0.24 |
| Hex | 0 | 52 | 78 | 64 | 20 | 0 | 35 | C7 | 64 | 18 |
| Octal | 0 | 122 | 170 | 144 | 40 | 0 | 65 | 307 | 144 | 30 |
| Binary | 0 | 1010010 | 1111000 | 1100100 | 100000 | 0 | 110101 | 11000111 | 1100100 | 11000 |
Color Harmonies of #005278
Complementary color
Monochromatic Colors of #005278
Black with #005278
Text Example
Text Example
White with #005278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005278; }
p { color: rgb(0,82,120); }
H1.HeaderClassName
{
color: #005278;
}
.AnyTagClassName
{
color: #005278;
}
</style>
background-color css
<style>
a { background-color: #005278; }
a { background-color: rgb(0,82,120); }
div.DivClassName
{
background-color: #005278;
}
.BgClassName
{
background-color: #005278;
}
</style>
border-color css
<style>
span { border-color: #005278; }
span { border-color: rgb(0,82,120); }
td.TdClassName
{
border-color: #005278;
}
.TagClassName
{
border-color: #005278;
}
</style>