Shades of Dark Cerulean #065479
Tints of Dark Cerulean #065479
RGB
CMYK
RGB Variations
Color information
#065479 (or 0x065479) is known color: Dark Cerulean. HEX triplet: 06, 54 and 79. RGB value is (6,84,121). Sum of RGB (Red+Green+Blue) = 6+84+121=211 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.84% from 211); Green value is 84 (33.20% from 255 or 39.81% from 211); Blue value is 121 (47.66% from 255 or 57.35% from 211); Max value from RGB is 121 - color contains mainly: blue. Hex color #065479 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065479 is #F9AB86. Grayscale: #404040. Windows color (decimal): -16362375 or 7951366. OLE color: 7951366.
HSL color Cylindrical-coordinate representation of color #065479: hue angle of 199.3º 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 #065479 is Cyan = 0.95, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 6 | 84 | 121 | - |
| CMYK | 0.95 | 0.31 | 0 | 0.53 |
| HSL | 199.3º | 0.91% | 0.25% | - |
| HSV(B) | 199.3º | 0.95% | 0.47% | - |
| XYZ | 6.7 | 7.76 | 19.23 | - |
| YUV | 64.9 | 159.66 | 85.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 84 | 121 | 0.95 | 0.31 | 0 | 0.53 | 199.3 | 0.91 | 0.25 |
| Hex | 6 | 54 | 79 | 5F | 1F | 0 | 35 | C7 | 5B | 19 |
| Octal | 6 | 124 | 171 | 137 | 37 | 0 | 65 | 307 | 133 | 31 |
| Binary | 110 | 1010100 | 1111001 | 1011111 | 11111 | 0 | 110101 | 11000111 | 1011011 | 11001 |
Color Harmonies of #065479
Complementary color
Monochromatic Colors of #065479
Black with #065479
Text Example
Text Example
White with #065479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065479; }
p { color: rgb(6,84,121); }
H1.HeaderClassName
{
color: #065479;
}
.AnyTagClassName
{
color: #065479;
}
</style>
background-color css
<style>
a { background-color: #065479; }
a { background-color: rgb(6,84,121); }
div.DivClassName
{
background-color: #065479;
}
.BgClassName
{
background-color: #065479;
}
</style>
border-color css
<style>
span { border-color: #065479; }
span { border-color: rgb(6,84,121); }
td.TdClassName
{
border-color: #065479;
}
.TagClassName
{
border-color: #065479;
}
</style>