Shades of Dark Cerulean #064A8A
Tints of Dark Cerulean #064A8A
RGB
CMYK
RGB Variations
Color information
#064A8A (or 0x064A8A) is known color: Dark Cerulean. HEX triplet: 06, 4A and 8A. RGB value is (6,74,138). Sum of RGB (Red+Green+Blue) = 6+74+138=218 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.75% from 218); Green value is 74 (29.30% from 255 or 33.94% from 218); Blue value is 138 (54.30% from 255 or 63.30% from 218); Max value from RGB is 138 - color contains mainly: blue. Hex color #064A8A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #064A8A is #F9B575. Grayscale: #3C3C3C. Windows color (decimal): -16364918 or 9062918. OLE color: 9062918.
HSL color Cylindrical-coordinate representation of color #064A8A: hue angle of 209.09º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #064A8A is Cyan = 0.96, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 6 | 74 | 138 | - |
| CMYK | 0.96 | 0.46 | 0 | 0.46 |
| HSL | 209.09º | 0.92% | 0.28% | - |
| HSV(B) | 209.09º | 0.96% | 0.54% | - |
| XYZ | 7.11 | 6.77 | 24.98 | - |
| YUV | 60.96 | 171.47 | 88.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 74 | 138 | 0.96 | 0.46 | 0 | 0.46 | 209.09 | 0.92 | 0.28 |
| Hex | 6 | 4A | 8A | 60 | 2E | 0 | 2E | D1 | 5C | 1C |
| Octal | 6 | 112 | 212 | 140 | 56 | 0 | 56 | 321 | 134 | 34 |
| Binary | 110 | 1001010 | 10001010 | 1100000 | 101110 | 0 | 101110 | 11010001 | 1011100 | 11100 |
Color Harmonies of #064A8A
Complementary color
Monochromatic Colors of #064A8A
Black with #064A8A
Text Example
Text Example
White with #064A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064A8A; }
p { color: rgb(6,74,138); }
H1.HeaderClassName
{
color: #064A8A;
}
.AnyTagClassName
{
color: #064A8A;
}
</style>
background-color css
<style>
a { background-color: #064A8A; }
a { background-color: rgb(6,74,138); }
div.DivClassName
{
background-color: #064A8A;
}
.BgClassName
{
background-color: #064A8A;
}
</style>
border-color css
<style>
span { border-color: #064A8A; }
span { border-color: rgb(6,74,138); }
td.TdClassName
{
border-color: #064A8A;
}
.TagClassName
{
border-color: #064A8A;
}
</style>