Shades of Dark Cerulean #064C90
Tints of Dark Cerulean #064C90
RGB
CMYK
RGB Variations
Color information
#064C90 (or 0x064C90) is known color: Dark Cerulean. HEX triplet: 06, 4C and 90. RGB value is (6,76,144). Sum of RGB (Red+Green+Blue) = 6+76+144=226 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.65% from 226); Green value is 76 (30.08% from 255 or 33.63% from 226); Blue value is 144 (56.64% from 255 or 63.72% from 226); Max value from RGB is 144 - color contains mainly: blue. Hex color #064C90 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #064C90 is #F9B36F. Grayscale: #3E3E3E. Windows color (decimal): -16364400 or 9456646. OLE color: 9456646.
HSL color Cylindrical-coordinate representation of color #064C90: hue angle of 209.57º 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 #064C90 is Cyan = 0.96, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 6 | 76 | 144 | - |
| CMYK | 0.96 | 0.47 | 0 | 0.44 |
| HSL | 209.57º | 0.92% | 0.29% | - |
| HSV(B) | 209.57º | 0.96% | 0.56% | - |
| XYZ | 7.69 | 7.22 | 27.37 | - |
| YUV | 62.82 | 173.81 | 87.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 76 | 144 | 0.96 | 0.47 | 0 | 0.44 | 209.57 | 0.92 | 0.29 |
| Hex | 6 | 4C | 90 | 60 | 2F | 0 | 2C | D2 | 5C | 1D |
| Octal | 6 | 114 | 220 | 140 | 57 | 0 | 54 | 322 | 134 | 35 |
| Binary | 110 | 1001100 | 10010000 | 1100000 | 101111 | 0 | 101100 | 11010010 | 1011100 | 11101 |
Color Harmonies of #064C90
Complementary color
Monochromatic Colors of #064C90
Black with #064C90
Text Example
Text Example
White with #064C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064C90; }
p { color: rgb(6,76,144); }
H1.HeaderClassName
{
color: #064C90;
}
.AnyTagClassName
{
color: #064C90;
}
</style>
background-color css
<style>
a { background-color: #064C90; }
a { background-color: rgb(6,76,144); }
div.DivClassName
{
background-color: #064C90;
}
.BgClassName
{
background-color: #064C90;
}
</style>
border-color css
<style>
span { border-color: #064C90; }
span { border-color: rgb(6,76,144); }
td.TdClassName
{
border-color: #064C90;
}
.TagClassName
{
border-color: #064C90;
}
</style>