Shades of Dark Cerulean #065279
Tints of Dark Cerulean #065279
RGB
CMYK
RGB Variations
Color information
#065279 (or 0x065279) is known color: Dark Cerulean. HEX triplet: 06, 52 and 79. RGB value is (6,82,121). Sum of RGB (Red+Green+Blue) = 6+82+121=209 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.87% from 209); Green value is 82 (32.42% from 255 or 39.23% from 209); Blue value is 121 (47.66% from 255 or 57.89% from 209); Max value from RGB is 121 - color contains mainly: blue. Hex color #065279 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065279 is #F9AD86. Grayscale: #3F3F3F. Windows color (decimal): -16362887 or 7950854. OLE color: 7950854.
HSL color Cylindrical-coordinate representation of color #065279: hue angle of 200.35º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #065279 is Cyan = 0.95, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 6 | 82 | 121 | - |
| CMYK | 0.95 | 0.32 | 0 | 0.53 |
| HSL | 200.35º | 0.91% | 0.25% | - |
| HSV(B) | 200.35º | 0.95% | 0.47% | - |
| XYZ | 6.54 | 7.45 | 19.18 | - |
| YUV | 63.72 | 160.32 | 86.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 82 | 121 | 0.95 | 0.32 | 0 | 0.53 | 200.35 | 0.91 | 0.25 |
| Hex | 6 | 52 | 79 | 5F | 20 | 0 | 35 | C8 | 5B | 19 |
| Octal | 6 | 122 | 171 | 137 | 40 | 0 | 65 | 310 | 133 | 31 |
| Binary | 110 | 1010010 | 1111001 | 1011111 | 100000 | 0 | 110101 | 11001000 | 1011011 | 11001 |
Color Harmonies of #065279
Complementary color
Monochromatic Colors of #065279
Black with #065279
Text Example
Text Example
White with #065279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065279; }
p { color: rgb(6,82,121); }
H1.HeaderClassName
{
color: #065279;
}
.AnyTagClassName
{
color: #065279;
}
</style>
background-color css
<style>
a { background-color: #065279; }
a { background-color: rgb(6,82,121); }
div.DivClassName
{
background-color: #065279;
}
.BgClassName
{
background-color: #065279;
}
</style>
border-color css
<style>
span { border-color: #065279; }
span { border-color: rgb(6,82,121); }
td.TdClassName
{
border-color: #065279;
}
.TagClassName
{
border-color: #065279;
}
</style>