Shades of Dark Cerulean #065E95
Tints of Dark Cerulean #065E95
RGB
CMYK
RGB Variations
Color information
#065E95 (or 0x065E95) is known color: Dark Cerulean. HEX triplet: 06, 5E and 95. RGB value is (6,94,149). Sum of RGB (Red+Green+Blue) = 6+94+149=249 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.41% from 249); Green value is 94 (37.11% from 255 or 37.75% from 249); Blue value is 149 (58.59% from 255 or 59.84% from 249); Max value from RGB is 149 - color contains mainly: blue. Hex color #065E95 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065E95 is #F9A16A. Grayscale: #494949. Windows color (decimal): -16359787 or 9788934. OLE color: 9788934.
HSL color Cylindrical-coordinate representation of color #065E95: hue angle of 203.08º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #065E95 is Cyan = 0.96, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 6 | 94 | 149 | - |
| CMYK | 0.96 | 0.37 | 0 | 0.42 |
| HSL | 203.08º | 0.92% | 0.3% | - |
| HSV(B) | 203.08º | 0.96% | 0.58% | - |
| XYZ | 9.5 | 10.21 | 29.9 | - |
| YUV | 73.96 | 170.35 | 79.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 94 | 149 | 0.96 | 0.37 | 0 | 0.42 | 203.08 | 0.92 | 0.3 |
| Hex | 6 | 5E | 95 | 60 | 25 | 0 | 2A | CB | 5C | 1E |
| Octal | 6 | 136 | 225 | 140 | 45 | 0 | 52 | 313 | 134 | 36 |
| Binary | 110 | 1011110 | 10010101 | 1100000 | 100101 | 0 | 101010 | 11001011 | 1011100 | 11110 |
Color Harmonies of #065E95
Complementary color
Monochromatic Colors of #065E95
Black with #065E95
Text Example
Text Example
White with #065E95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065E95; }
p { color: rgb(6,94,149); }
H1.HeaderClassName
{
color: #065E95;
}
.AnyTagClassName
{
color: #065E95;
}
</style>
background-color css
<style>
a { background-color: #065E95; }
a { background-color: rgb(6,94,149); }
div.DivClassName
{
background-color: #065E95;
}
.BgClassName
{
background-color: #065E95;
}
</style>
border-color css
<style>
span { border-color: #065E95; }
span { border-color: rgb(6,94,149); }
td.TdClassName
{
border-color: #065E95;
}
.TagClassName
{
border-color: #065E95;
}
</style>