Shades of Dark Cerulean #065393
Tints of Dark Cerulean #065393
RGB
CMYK
RGB Variations
Color information
#065393 (or 0x065393) is known color: Dark Cerulean. HEX triplet: 06, 53 and 93. RGB value is (6,83,147). Sum of RGB (Red+Green+Blue) = 6+83+147=236 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.54% from 236); Green value is 83 (32.81% from 255 or 35.17% from 236); Blue value is 147 (57.81% from 255 or 62.29% from 236); Max value from RGB is 147 - color contains mainly: blue. Hex color #065393 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065393 is #F9AC6C. Grayscale: #424242. Windows color (decimal): -16362605 or 9655046. OLE color: 9655046.
HSL color Cylindrical-coordinate representation of color #065393: hue angle of 207.23º 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 #065393 is Cyan = 0.96, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 6 | 83 | 147 | - |
| CMYK | 0.96 | 0.44 | 0 | 0.42 |
| HSL | 207.23º | 0.92% | 0.3% | - |
| HSV(B) | 207.23º | 0.96% | 0.58% | - |
| XYZ | 8.43 | 8.33 | 28.77 | - |
| YUV | 67.27 | 172.99 | 84.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 83 | 147 | 0.96 | 0.44 | 0 | 0.42 | 207.23 | 0.92 | 0.3 |
| Hex | 6 | 53 | 93 | 60 | 2C | 0 | 2A | CF | 5C | 1E |
| Octal | 6 | 123 | 223 | 140 | 54 | 0 | 52 | 317 | 134 | 36 |
| Binary | 110 | 1010011 | 10010011 | 1100000 | 101100 | 0 | 101010 | 11001111 | 1011100 | 11110 |
Color Harmonies of #065393
Complementary color
Monochromatic Colors of #065393
Black with #065393
Text Example
Text Example
White with #065393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065393; }
p { color: rgb(6,83,147); }
H1.HeaderClassName
{
color: #065393;
}
.AnyTagClassName
{
color: #065393;
}
</style>
background-color css
<style>
a { background-color: #065393; }
a { background-color: rgb(6,83,147); }
div.DivClassName
{
background-color: #065393;
}
.BgClassName
{
background-color: #065393;
}
</style>
border-color css
<style>
span { border-color: #065393; }
span { border-color: rgb(6,83,147); }
td.TdClassName
{
border-color: #065393;
}
.TagClassName
{
border-color: #065393;
}
</style>