Shades of Dark Cerulean #065A8D
Tints of Dark Cerulean #065A8D
RGB
CMYK
RGB Variations
Color information
#065A8D (or 0x065A8D) is known color: Dark Cerulean. HEX triplet: 06, 5A and 8D. RGB value is (6,90,141). Sum of RGB (Red+Green+Blue) = 6+90+141=237 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.53% from 237); Green value is 90 (35.55% from 255 or 37.97% from 237); Blue value is 141 (55.47% from 255 or 59.49% from 237); Max value from RGB is 141 - color contains mainly: blue. Hex color #065A8D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065A8D is #F9A572. Grayscale: #464646. Windows color (decimal): -16360819 or 9263622. OLE color: 9263622.
HSL color Cylindrical-coordinate representation of color #065A8D: hue angle of 202.67º 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 #065A8D is Cyan = 0.96, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 6 | 90 | 141 | - |
| CMYK | 0.96 | 0.36 | 0 | 0.45 |
| HSL | 202.67º | 0.92% | 0.29% | - |
| HSV(B) | 202.67º | 0.96% | 0.55% | - |
| XYZ | 8.54 | 9.27 | 26.54 | - |
| YUV | 70.7 | 167.67 | 81.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 90 | 141 | 0.96 | 0.36 | 0 | 0.45 | 202.67 | 0.92 | 0.29 |
| Hex | 6 | 5A | 8D | 60 | 24 | 0 | 2D | CB | 5C | 1D |
| Octal | 6 | 132 | 215 | 140 | 44 | 0 | 55 | 313 | 134 | 35 |
| Binary | 110 | 1011010 | 10001101 | 1100000 | 100100 | 0 | 101101 | 11001011 | 1011100 | 11101 |
Color Harmonies of #065A8D
Complementary color
Monochromatic Colors of #065A8D
Black with #065A8D
Text Example
Text Example
White with #065A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065A8D; }
p { color: rgb(6,90,141); }
H1.HeaderClassName
{
color: #065A8D;
}
.AnyTagClassName
{
color: #065A8D;
}
</style>
background-color css
<style>
a { background-color: #065A8D; }
a { background-color: rgb(6,90,141); }
div.DivClassName
{
background-color: #065A8D;
}
.BgClassName
{
background-color: #065A8D;
}
</style>
border-color css
<style>
span { border-color: #065A8D; }
span { border-color: rgb(6,90,141); }
td.TdClassName
{
border-color: #065A8D;
}
.TagClassName
{
border-color: #065A8D;
}
</style>