Shades of Dark Cerulean #065B8E
Tints of Dark Cerulean #065B8E
RGB
CMYK
RGB Variations
Color information
#065B8E (or 0x065B8E) is known color: Dark Cerulean. HEX triplet: 06, 5B and 8E. RGB value is (6,91,142). Sum of RGB (Red+Green+Blue) = 6+91+142=239 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.51% from 239); Green value is 91 (35.94% from 255 or 38.08% from 239); Blue value is 142 (55.86% from 255 or 59.41% from 239); Max value from RGB is 142 - color contains mainly: blue. Hex color #065B8E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065B8E is #F9A471. Grayscale: #474747. Windows color (decimal): -16360562 or 9329414. OLE color: 9329414.
HSL color Cylindrical-coordinate representation of color #065B8E: hue angle of 202.5º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #065B8E is Cyan = 0.96, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 6 | 91 | 142 | - |
| CMYK | 0.96 | 0.36 | 0 | 0.44 |
| HSL | 202.5º | 0.92% | 0.29% | - |
| HSV(B) | 202.5º | 0.96% | 0.56% | - |
| XYZ | 8.7 | 9.47 | 26.96 | - |
| YUV | 71.4 | 167.84 | 81.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 91 | 142 | 0.96 | 0.36 | 0 | 0.44 | 202.5 | 0.92 | 0.29 |
| Hex | 6 | 5B | 8E | 60 | 24 | 0 | 2C | CA | 5C | 1D |
| Octal | 6 | 133 | 216 | 140 | 44 | 0 | 54 | 312 | 134 | 35 |
| Binary | 110 | 1011011 | 10001110 | 1100000 | 100100 | 0 | 101100 | 11001010 | 1011100 | 11101 |
Color Harmonies of #065B8E
Complementary color
Monochromatic Colors of #065B8E
Black with #065B8E
Text Example
Text Example
White with #065B8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065B8E; }
p { color: rgb(6,91,142); }
H1.HeaderClassName
{
color: #065B8E;
}
.AnyTagClassName
{
color: #065B8E;
}
</style>
background-color css
<style>
a { background-color: #065B8E; }
a { background-color: rgb(6,91,142); }
div.DivClassName
{
background-color: #065B8E;
}
.BgClassName
{
background-color: #065B8E;
}
</style>
border-color css
<style>
span { border-color: #065B8E; }
span { border-color: rgb(6,91,142); }
td.TdClassName
{
border-color: #065B8E;
}
.TagClassName
{
border-color: #065B8E;
}
</style>