Shades of Dark Cerulean #065490
Tints of Dark Cerulean #065490
RGB
CMYK
RGB Variations
Color information
#065490 (or 0x065490) is known color: Dark Cerulean. HEX triplet: 06, 54 and 90. RGB value is (6,84,144). Sum of RGB (Red+Green+Blue) = 6+84+144=234 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.56% from 234); Green value is 84 (33.20% from 255 or 35.90% from 234); Blue value is 144 (56.64% from 255 or 61.54% from 234); Max value from RGB is 144 - color contains mainly: blue. Hex color #065490 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065490 is #F9AB6F. Grayscale: #434343. Windows color (decimal): -16362352 or 9458694. OLE color: 9458694.
HSL color Cylindrical-coordinate representation of color #065490: hue angle of 206.09º 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 #065490 is Cyan = 0.96, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 6 | 84 | 144 | - |
| CMYK | 0.96 | 0.42 | 0 | 0.44 |
| HSL | 206.09º | 0.92% | 0.29% | - |
| HSV(B) | 206.09º | 0.96% | 0.56% | - |
| XYZ | 8.28 | 8.39 | 27.57 | - |
| YUV | 67.52 | 171.16 | 84.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 84 | 144 | 0.96 | 0.42 | 0 | 0.44 | 206.09 | 0.92 | 0.29 |
| Hex | 6 | 54 | 90 | 60 | 2A | 0 | 2C | CE | 5C | 1D |
| Octal | 6 | 124 | 220 | 140 | 52 | 0 | 54 | 316 | 134 | 35 |
| Binary | 110 | 1010100 | 10010000 | 1100000 | 101010 | 0 | 101100 | 11001110 | 1011100 | 11101 |
Color Harmonies of #065490
Complementary color
Monochromatic Colors of #065490
Black with #065490
Text Example
Text Example
White with #065490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065490; }
p { color: rgb(6,84,144); }
H1.HeaderClassName
{
color: #065490;
}
.AnyTagClassName
{
color: #065490;
}
</style>
background-color css
<style>
a { background-color: #065490; }
a { background-color: rgb(6,84,144); }
div.DivClassName
{
background-color: #065490;
}
.BgClassName
{
background-color: #065490;
}
</style>
border-color css
<style>
span { border-color: #065490; }
span { border-color: rgb(6,84,144); }
td.TdClassName
{
border-color: #065490;
}
.TagClassName
{
border-color: #065490;
}
</style>