Shades of Dark Cerulean #065890
Tints of Dark Cerulean #065890
RGB
CMYK
RGB Variations
Color information
#065890 (or 0x065890) is known color: Dark Cerulean. HEX triplet: 06, 58 and 90. RGB value is (6,88,144). Sum of RGB (Red+Green+Blue) = 6+88+144=238 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.52% from 238); Green value is 88 (34.77% from 255 or 36.97% from 238); Blue value is 144 (56.64% from 255 or 60.50% from 238); Max value from RGB is 144 - color contains mainly: blue. Hex color #065890 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065890 is #F9A76F. Grayscale: #454545. Windows color (decimal): -16361328 or 9459718. OLE color: 9459718.
HSL color Cylindrical-coordinate representation of color #065890: hue angle of 204.35º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #065890 is Cyan = 0.96, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 6 | 88 | 144 | - |
| CMYK | 0.96 | 0.39 | 0 | 0.44 |
| HSL | 204.35º | 0.92% | 0.29% | - |
| HSV(B) | 204.35º | 0.96% | 0.56% | - |
| XYZ | 8.6 | 9.03 | 27.68 | - |
| YUV | 69.87 | 169.83 | 82.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 88 | 144 | 0.96 | 0.39 | 0 | 0.44 | 204.35 | 0.92 | 0.29 |
| Hex | 6 | 58 | 90 | 60 | 27 | 0 | 2C | CC | 5C | 1D |
| Octal | 6 | 130 | 220 | 140 | 47 | 0 | 54 | 314 | 134 | 35 |
| Binary | 110 | 1011000 | 10010000 | 1100000 | 100111 | 0 | 101100 | 11001100 | 1011100 | 11101 |
Color Harmonies of #065890
Complementary color
Monochromatic Colors of #065890
Black with #065890
Text Example
Text Example
White with #065890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065890; }
p { color: rgb(6,88,144); }
H1.HeaderClassName
{
color: #065890;
}
.AnyTagClassName
{
color: #065890;
}
</style>
background-color css
<style>
a { background-color: #065890; }
a { background-color: rgb(6,88,144); }
div.DivClassName
{
background-color: #065890;
}
.BgClassName
{
background-color: #065890;
}
</style>
border-color css
<style>
span { border-color: #065890; }
span { border-color: rgb(6,88,144); }
td.TdClassName
{
border-color: #065890;
}
.TagClassName
{
border-color: #065890;
}
</style>