Shades of Dark Cerulean #065485
Tints of Dark Cerulean #065485
RGB
CMYK
RGB Variations
Color information
#065485 (or 0x065485) is known color: Dark Cerulean. HEX triplet: 06, 54 and 85. RGB value is (6,84,133). Sum of RGB (Red+Green+Blue) = 6+84+133=223 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.69% from 223); Green value is 84 (33.20% from 255 or 37.67% from 223); Blue value is 133 (52.34% from 255 or 59.64% from 223); Max value from RGB is 133 - color contains mainly: blue. Hex color #065485 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065485 is #F9AB7A. Grayscale: #414141. Windows color (decimal): -16362363 or 8737798. OLE color: 8737798.
HSL color Cylindrical-coordinate representation of color #065485: hue angle of 203.15º 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 #065485 is Cyan = 0.95, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 6 | 84 | 133 | - |
| CMYK | 0.95 | 0.37 | 0 | 0.48 |
| HSL | 203.15º | 0.91% | 0.27% | - |
| HSV(B) | 203.15º | 0.95% | 0.52% | - |
| XYZ | 7.48 | 8.07 | 23.35 | - |
| YUV | 66.26 | 165.66 | 85.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 84 | 133 | 0.95 | 0.37 | 0 | 0.48 | 203.15 | 0.91 | 0.27 |
| Hex | 6 | 54 | 85 | 5F | 25 | 0 | 30 | CB | 5B | 1B |
| Octal | 6 | 124 | 205 | 137 | 45 | 0 | 60 | 313 | 133 | 33 |
| Binary | 110 | 1010100 | 10000101 | 1011111 | 100101 | 0 | 110000 | 11001011 | 1011011 | 11011 |
Color Harmonies of #065485
Complementary color
Monochromatic Colors of #065485
Black with #065485
Text Example
Text Example
White with #065485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065485; }
p { color: rgb(6,84,133); }
H1.HeaderClassName
{
color: #065485;
}
.AnyTagClassName
{
color: #065485;
}
</style>
background-color css
<style>
a { background-color: #065485; }
a { background-color: rgb(6,84,133); }
div.DivClassName
{
background-color: #065485;
}
.BgClassName
{
background-color: #065485;
}
</style>
border-color css
<style>
span { border-color: #065485; }
span { border-color: rgb(6,84,133); }
td.TdClassName
{
border-color: #065485;
}
.TagClassName
{
border-color: #065485;
}
</style>