Shades of Dark Cerulean #065593
Tints of Dark Cerulean #065593
RGB
CMYK
RGB Variations
Color information
#065593 (or 0x065593) is known color: Dark Cerulean. HEX triplet: 06, 55 and 93. RGB value is (6,85,147). Sum of RGB (Red+Green+Blue) = 6+85+147=238 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.52% from 238); Green value is 85 (33.59% from 255 or 35.71% from 238); Blue value is 147 (57.81% from 255 or 61.76% from 238); Max value from RGB is 147 - color contains mainly: blue. Hex color #065593 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065593 is #F9AA6C. Grayscale: #444444. Windows color (decimal): -16362093 or 9655558. OLE color: 9655558.
HSL color Cylindrical-coordinate representation of color #065593: hue angle of 206.38º 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 #065593 is Cyan = 0.96, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 6 | 85 | 147 | - |
| CMYK | 0.96 | 0.42 | 0 | 0.42 |
| HSL | 206.38º | 0.92% | 0.3% | - |
| HSV(B) | 206.38º | 0.96% | 0.58% | - |
| XYZ | 8.59 | 8.64 | 28.82 | - |
| YUV | 68.45 | 172.33 | 83.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 85 | 147 | 0.96 | 0.42 | 0 | 0.42 | 206.38 | 0.92 | 0.3 |
| Hex | 6 | 55 | 93 | 60 | 2A | 0 | 2A | CE | 5C | 1E |
| Octal | 6 | 125 | 223 | 140 | 52 | 0 | 52 | 316 | 134 | 36 |
| Binary | 110 | 1010101 | 10010011 | 1100000 | 101010 | 0 | 101010 | 11001110 | 1011100 | 11110 |
Color Harmonies of #065593
Complementary color
Monochromatic Colors of #065593
Black with #065593
Text Example
Text Example
White with #065593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065593; }
p { color: rgb(6,85,147); }
H1.HeaderClassName
{
color: #065593;
}
.AnyTagClassName
{
color: #065593;
}
</style>
background-color css
<style>
a { background-color: #065593; }
a { background-color: rgb(6,85,147); }
div.DivClassName
{
background-color: #065593;
}
.BgClassName
{
background-color: #065593;
}
</style>
border-color css
<style>
span { border-color: #065593; }
span { border-color: rgb(6,85,147); }
td.TdClassName
{
border-color: #065593;
}
.TagClassName
{
border-color: #065593;
}
</style>