Shades of Dark Cerulean #065A8C
Tints of Dark Cerulean #065A8C
RGB
CMYK
RGB Variations
Color information
#065A8C (or 0x065A8C) is known color: Dark Cerulean. HEX triplet: 06, 5A and 8C. RGB value is (6,90,140). Sum of RGB (Red+Green+Blue) = 6+90+140=236 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.54% from 236); Green value is 90 (35.55% from 255 or 38.14% from 236); Blue value is 140 (55.08% from 255 or 59.32% from 236); Max value from RGB is 140 - color contains mainly: blue. Hex color #065A8C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065A8C is #F9A573. Grayscale: #464646. Windows color (decimal): -16360820 or 9198086. OLE color: 9198086.
HSL color Cylindrical-coordinate representation of color #065A8C: hue angle of 202.39º 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 #065A8C is Cyan = 0.96, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 6 | 90 | 140 | - |
| CMYK | 0.96 | 0.36 | 0 | 0.45 |
| HSL | 202.39º | 0.92% | 0.29% | - |
| HSV(B) | 202.39º | 0.96% | 0.55% | - |
| XYZ | 8.46 | 9.24 | 26.15 | - |
| YUV | 70.58 | 167.17 | 81.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 90 | 140 | 0.96 | 0.36 | 0 | 0.45 | 202.39 | 0.92 | 0.29 |
| Hex | 6 | 5A | 8C | 60 | 24 | 0 | 2D | CA | 5C | 1D |
| Octal | 6 | 132 | 214 | 140 | 44 | 0 | 55 | 312 | 134 | 35 |
| Binary | 110 | 1011010 | 10001100 | 1100000 | 100100 | 0 | 101101 | 11001010 | 1011100 | 11101 |
Color Harmonies of #065A8C
Complementary color
Monochromatic Colors of #065A8C
Black with #065A8C
Text Example
Text Example
White with #065A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065A8C; }
p { color: rgb(6,90,140); }
H1.HeaderClassName
{
color: #065A8C;
}
.AnyTagClassName
{
color: #065A8C;
}
</style>
background-color css
<style>
a { background-color: #065A8C; }
a { background-color: rgb(6,90,140); }
div.DivClassName
{
background-color: #065A8C;
}
.BgClassName
{
background-color: #065A8C;
}
</style>
border-color css
<style>
span { border-color: #065A8C; }
span { border-color: rgb(6,90,140); }
td.TdClassName
{
border-color: #065A8C;
}
.TagClassName
{
border-color: #065A8C;
}
</style>