Shades of Dark Cerulean #064D90
Tints of Dark Cerulean #064D90
RGB
CMYK
RGB Variations
Color information
#064D90 (or 0x064D90) is known color: Dark Cerulean. HEX triplet: 06, 4D and 90. RGB value is (6,77,144). Sum of RGB (Red+Green+Blue) = 6+77+144=227 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.64% from 227); Green value is 77 (30.47% from 255 or 33.92% from 227); Blue value is 144 (56.64% from 255 or 63.44% from 227); Max value from RGB is 144 - color contains mainly: blue. Hex color #064D90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #064D90 is #F9B26F. Grayscale: #3F3F3F. Windows color (decimal): -16364144 or 9456902. OLE color: 9456902.
HSL color Cylindrical-coordinate representation of color #064D90: hue angle of 209.13º 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 #064D90 is Cyan = 0.96, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 6 | 77 | 144 | - |
| CMYK | 0.96 | 0.47 | 0 | 0.44 |
| HSL | 209.13º | 0.92% | 0.29% | - |
| HSV(B) | 209.13º | 0.96% | 0.56% | - |
| XYZ | 7.76 | 7.36 | 27.4 | - |
| YUV | 63.41 | 173.48 | 87.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 77 | 144 | 0.96 | 0.47 | 0 | 0.44 | 209.13 | 0.92 | 0.29 |
| Hex | 6 | 4D | 90 | 60 | 2F | 0 | 2C | D1 | 5C | 1D |
| Octal | 6 | 115 | 220 | 140 | 57 | 0 | 54 | 321 | 134 | 35 |
| Binary | 110 | 1001101 | 10010000 | 1100000 | 101111 | 0 | 101100 | 11010001 | 1011100 | 11101 |
Color Harmonies of #064D90
Complementary color
Monochromatic Colors of #064D90
Black with #064D90
Text Example
Text Example
White with #064D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064D90; }
p { color: rgb(6,77,144); }
H1.HeaderClassName
{
color: #064D90;
}
.AnyTagClassName
{
color: #064D90;
}
</style>
background-color css
<style>
a { background-color: #064D90; }
a { background-color: rgb(6,77,144); }
div.DivClassName
{
background-color: #064D90;
}
.BgClassName
{
background-color: #064D90;
}
</style>
border-color css
<style>
span { border-color: #064D90; }
span { border-color: rgb(6,77,144); }
td.TdClassName
{
border-color: #064D90;
}
.TagClassName
{
border-color: #064D90;
}
</style>