Shades of Dark Cerulean #065D8A
Tints of Dark Cerulean #065D8A
RGB
CMYK
RGB Variations
Color information
#065D8A (or 0x065D8A) is known color: Dark Cerulean. HEX triplet: 06, 5D and 8A. RGB value is (6,93,138). Sum of RGB (Red+Green+Blue) = 6+93+138=237 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.53% from 237); Green value is 93 (36.72% from 255 or 39.24% from 237); Blue value is 138 (54.30% from 255 or 58.23% from 237); Max value from RGB is 138 - color contains mainly: blue. Hex color #065D8A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065D8A is #F9A275. Grayscale: #474747. Windows color (decimal): -16360054 or 9067782. OLE color: 9067782.
HSL color Cylindrical-coordinate representation of color #065D8A: hue angle of 200.45º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #065D8A is Cyan = 0.96, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 6 | 93 | 138 | - |
| CMYK | 0.96 | 0.33 | 0 | 0.46 |
| HSL | 200.45º | 0.92% | 0.28% | - |
| HSV(B) | 200.45º | 0.96% | 0.54% | - |
| XYZ | 8.58 | 9.7 | 25.47 | - |
| YUV | 72.12 | 165.18 | 80.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 93 | 138 | 0.96 | 0.33 | 0 | 0.46 | 200.45 | 0.92 | 0.28 |
| Hex | 6 | 5D | 8A | 60 | 21 | 0 | 2E | C8 | 5C | 1C |
| Octal | 6 | 135 | 212 | 140 | 41 | 0 | 56 | 310 | 134 | 34 |
| Binary | 110 | 1011101 | 10001010 | 1100000 | 100001 | 0 | 101110 | 11001000 | 1011100 | 11100 |
Color Harmonies of #065D8A
Complementary color
Monochromatic Colors of #065D8A
Black with #065D8A
Text Example
Text Example
White with #065D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065D8A; }
p { color: rgb(6,93,138); }
H1.HeaderClassName
{
color: #065D8A;
}
.AnyTagClassName
{
color: #065D8A;
}
</style>
background-color css
<style>
a { background-color: #065D8A; }
a { background-color: rgb(6,93,138); }
div.DivClassName
{
background-color: #065D8A;
}
.BgClassName
{
background-color: #065D8A;
}
</style>
border-color css
<style>
span { border-color: #065D8A; }
span { border-color: rgb(6,93,138); }
td.TdClassName
{
border-color: #065D8A;
}
.TagClassName
{
border-color: #065D8A;
}
</style>