Shades of Dark Cerulean #065891
Tints of Dark Cerulean #065891
RGB
CMYK
RGB Variations
Color information
#065891 (or 0x065891) is known color: Dark Cerulean. HEX triplet: 06, 58 and 91. RGB value is (6,88,145). Sum of RGB (Red+Green+Blue) = 6+88+145=239 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.51% from 239); Green value is 88 (34.77% from 255 or 36.82% from 239); Blue value is 145 (57.03% from 255 or 60.67% from 239); Max value from RGB is 145 - color contains mainly: blue. Hex color #065891 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065891 is #F9A76E. Grayscale: #454545. Windows color (decimal): -16361327 or 9525254. OLE color: 9525254.
HSL color Cylindrical-coordinate representation of color #065891: hue angle of 204.6º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #065891 is Cyan = 0.96, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 6 | 88 | 145 | - |
| CMYK | 0.96 | 0.39 | 0 | 0.43 |
| HSL | 204.6º | 0.92% | 0.3% | - |
| HSV(B) | 204.6º | 0.96% | 0.57% | - |
| XYZ | 8.68 | 9.06 | 28.08 | - |
| YUV | 69.98 | 170.33 | 82.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 88 | 145 | 0.96 | 0.39 | 0 | 0.43 | 204.6 | 0.92 | 0.3 |
| Hex | 6 | 58 | 91 | 60 | 27 | 0 | 2B | CD | 5C | 1E |
| Octal | 6 | 130 | 221 | 140 | 47 | 0 | 53 | 315 | 134 | 36 |
| Binary | 110 | 1011000 | 10010001 | 1100000 | 100111 | 0 | 101011 | 11001101 | 1011100 | 11110 |
Color Harmonies of #065891
Complementary color
Monochromatic Colors of #065891
Black with #065891
Text Example
Text Example
White with #065891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065891; }
p { color: rgb(6,88,145); }
H1.HeaderClassName
{
color: #065891;
}
.AnyTagClassName
{
color: #065891;
}
</style>
background-color css
<style>
a { background-color: #065891; }
a { background-color: rgb(6,88,145); }
div.DivClassName
{
background-color: #065891;
}
.BgClassName
{
background-color: #065891;
}
</style>
border-color css
<style>
span { border-color: #065891; }
span { border-color: rgb(6,88,145); }
td.TdClassName
{
border-color: #065891;
}
.TagClassName
{
border-color: #065891;
}
</style>