Shades of Dark Cerulean #065E8C
Tints of Dark Cerulean #065E8C
RGB
CMYK
RGB Variations
Color information
#065E8C (or 0x065E8C) is known color: Dark Cerulean. HEX triplet: 06, 5E and 8C. RGB value is (6,94,140). Sum of RGB (Red+Green+Blue) = 6+94+140=240 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.5% from 240); Green value is 94 (37.11% from 255 or 39.17% from 240); Blue value is 140 (55.08% from 255 or 58.33% from 240); Max value from RGB is 140 - color contains mainly: blue. Hex color #065E8C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065E8C is #F9A173. Grayscale: #484848. Windows color (decimal): -16359796 or 9199110. OLE color: 9199110.
HSL color Cylindrical-coordinate representation of color #065E8C: hue angle of 200.6º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #065E8C is Cyan = 0.96, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 6 | 94 | 140 | - |
| CMYK | 0.96 | 0.33 | 0 | 0.45 |
| HSL | 200.6º | 0.92% | 0.29% | - |
| HSV(B) | 200.6º | 0.96% | 0.55% | - |
| XYZ | 8.81 | 9.94 | 26.26 | - |
| YUV | 72.93 | 165.85 | 80.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 94 | 140 | 0.96 | 0.33 | 0 | 0.45 | 200.6 | 0.92 | 0.29 |
| Hex | 6 | 5E | 8C | 60 | 21 | 0 | 2D | C9 | 5C | 1D |
| Octal | 6 | 136 | 214 | 140 | 41 | 0 | 55 | 311 | 134 | 35 |
| Binary | 110 | 1011110 | 10001100 | 1100000 | 100001 | 0 | 101101 | 11001001 | 1011100 | 11101 |
Color Harmonies of #065E8C
Complementary color
Monochromatic Colors of #065E8C
Black with #065E8C
Text Example
Text Example
White with #065E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065E8C; }
p { color: rgb(6,94,140); }
H1.HeaderClassName
{
color: #065E8C;
}
.AnyTagClassName
{
color: #065E8C;
}
</style>
background-color css
<style>
a { background-color: #065E8C; }
a { background-color: rgb(6,94,140); }
div.DivClassName
{
background-color: #065E8C;
}
.BgClassName
{
background-color: #065E8C;
}
</style>
border-color css
<style>
span { border-color: #065E8C; }
span { border-color: rgb(6,94,140); }
td.TdClassName
{
border-color: #065E8C;
}
.TagClassName
{
border-color: #065E8C;
}
</style>