Shades of Dark Cerulean #065585
Tints of Dark Cerulean #065585
RGB
CMYK
RGB Variations
Color information
#065585 (or 0x065585) is known color: Dark Cerulean. HEX triplet: 06, 55 and 85. RGB value is (6,85,133). Sum of RGB (Red+Green+Blue) = 6+85+133=224 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.68% from 224); Green value is 85 (33.59% from 255 or 37.95% from 224); Blue value is 133 (52.34% from 255 or 59.38% from 224); Max value from RGB is 133 - color contains mainly: blue. Hex color #065585 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065585 is #F9AA7A. Grayscale: #424242. Windows color (decimal): -16362107 or 8738054. OLE color: 8738054.
HSL color Cylindrical-coordinate representation of color #065585: hue angle of 202.68º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #065585 is Cyan = 0.95, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 6 | 85 | 133 | - |
| CMYK | 0.95 | 0.36 | 0 | 0.48 |
| HSL | 202.68º | 0.91% | 0.27% | - |
| HSV(B) | 202.68º | 0.95% | 0.52% | - |
| XYZ | 7.56 | 8.23 | 23.38 | - |
| YUV | 66.85 | 165.33 | 84.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 85 | 133 | 0.95 | 0.36 | 0 | 0.48 | 202.68 | 0.91 | 0.27 |
| Hex | 6 | 55 | 85 | 5F | 24 | 0 | 30 | CB | 5B | 1B |
| Octal | 6 | 125 | 205 | 137 | 44 | 0 | 60 | 313 | 133 | 33 |
| Binary | 110 | 1010101 | 10000101 | 1011111 | 100100 | 0 | 110000 | 11001011 | 1011011 | 11011 |
Color Harmonies of #065585
Complementary color
Monochromatic Colors of #065585
Black with #065585
Text Example
Text Example
White with #065585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065585; }
p { color: rgb(6,85,133); }
H1.HeaderClassName
{
color: #065585;
}
.AnyTagClassName
{
color: #065585;
}
</style>
background-color css
<style>
a { background-color: #065585; }
a { background-color: rgb(6,85,133); }
div.DivClassName
{
background-color: #065585;
}
.BgClassName
{
background-color: #065585;
}
</style>
border-color css
<style>
span { border-color: #065585; }
span { border-color: rgb(6,85,133); }
td.TdClassName
{
border-color: #065585;
}
.TagClassName
{
border-color: #065585;
}
</style>