Shades of Dark Cerulean #064790
Tints of Dark Cerulean #064790
RGB
CMYK
RGB Variations
Color information
#064790 (or 0x064790) is known color: Dark Cerulean. HEX triplet: 06, 47 and 90. RGB value is (6,71,144). Sum of RGB (Red+Green+Blue) = 6+71+144=221 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.71% from 221); Green value is 71 (28.12% from 255 or 32.13% from 221); Blue value is 144 (56.64% from 255 or 65.16% from 221); Max value from RGB is 144 - color contains mainly: blue. Hex color #064790 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #064790 is #F9B86F. Grayscale: #3B3B3B. Windows color (decimal): -16365680 or 9455366. OLE color: 9455366.
HSL color Cylindrical-coordinate representation of color #064790: hue angle of 211.74º 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 #064790 is Cyan = 0.96, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 6 | 71 | 144 | - |
| CMYK | 0.96 | 0.51 | 0 | 0.44 |
| HSL | 211.74º | 0.92% | 0.29% | - |
| HSV(B) | 211.74º | 0.96% | 0.56% | - |
| XYZ | 7.36 | 6.56 | 27.26 | - |
| YUV | 59.89 | 175.47 | 89.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 71 | 144 | 0.96 | 0.51 | 0 | 0.44 | 211.74 | 0.92 | 0.29 |
| Hex | 6 | 47 | 90 | 60 | 33 | 0 | 2C | D4 | 5C | 1D |
| Octal | 6 | 107 | 220 | 140 | 63 | 0 | 54 | 324 | 134 | 35 |
| Binary | 110 | 1000111 | 10010000 | 1100000 | 110011 | 0 | 101100 | 11010100 | 1011100 | 11101 |
Color Harmonies of #064790
Complementary color
Monochromatic Colors of #064790
Black with #064790
Text Example
Text Example
White with #064790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064790; }
p { color: rgb(6,71,144); }
H1.HeaderClassName
{
color: #064790;
}
.AnyTagClassName
{
color: #064790;
}
</style>
background-color css
<style>
a { background-color: #064790; }
a { background-color: rgb(6,71,144); }
div.DivClassName
{
background-color: #064790;
}
.BgClassName
{
background-color: #064790;
}
</style>
border-color css
<style>
span { border-color: #064790; }
span { border-color: rgb(6,71,144); }
td.TdClassName
{
border-color: #064790;
}
.TagClassName
{
border-color: #064790;
}
</style>