Shades of Dark Cerulean #065D91
Tints of Dark Cerulean #065D91
RGB
CMYK
RGB Variations
Color information
#065D91 (or 0x065D91) is known color: Dark Cerulean. HEX triplet: 06, 5D and 91. RGB value is (6,93,145). Sum of RGB (Red+Green+Blue) = 6+93+145=244 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.46% from 244); Green value is 93 (36.72% from 255 or 38.11% from 244); Blue value is 145 (57.03% from 255 or 59.43% from 244); Max value from RGB is 145 - color contains mainly: blue. Hex color #065D91 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065D91 is #F9A26E. Grayscale: #484848. Windows color (decimal): -16360047 or 9526534. OLE color: 9526534.
HSL color Cylindrical-coordinate representation of color #065D91: hue angle of 202.45º 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 #065D91 is Cyan = 0.96, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 6 | 93 | 145 | - |
| CMYK | 0.96 | 0.36 | 0 | 0.43 |
| HSL | 202.45º | 0.92% | 0.3% | - |
| HSV(B) | 202.45º | 0.96% | 0.57% | - |
| XYZ | 9.1 | 9.91 | 28.22 | - |
| YUV | 72.92 | 168.68 | 80.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 93 | 145 | 0.96 | 0.36 | 0 | 0.43 | 202.45 | 0.92 | 0.3 |
| Hex | 6 | 5D | 91 | 60 | 24 | 0 | 2B | CA | 5C | 1E |
| Octal | 6 | 135 | 221 | 140 | 44 | 0 | 53 | 312 | 134 | 36 |
| Binary | 110 | 1011101 | 10010001 | 1100000 | 100100 | 0 | 101011 | 11001010 | 1011100 | 11110 |
Color Harmonies of #065D91
Complementary color
Monochromatic Colors of #065D91
Black with #065D91
Text Example
Text Example
White with #065D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065D91; }
p { color: rgb(6,93,145); }
H1.HeaderClassName
{
color: #065D91;
}
.AnyTagClassName
{
color: #065D91;
}
</style>
background-color css
<style>
a { background-color: #065D91; }
a { background-color: rgb(6,93,145); }
div.DivClassName
{
background-color: #065D91;
}
.BgClassName
{
background-color: #065D91;
}
</style>
border-color css
<style>
span { border-color: #065D91; }
span { border-color: rgb(6,93,145); }
td.TdClassName
{
border-color: #065D91;
}
.TagClassName
{
border-color: #065D91;
}
</style>