Shades of Dark Cerulean #064A70
Tints of Dark Cerulean #064A70
RGB
CMYK
RGB Variations
Color information
#064A70 (or 0x064A70) is known color: Dark Cerulean. HEX triplet: 06, 4A and 70. RGB value is (6,74,112). Sum of RGB (Red+Green+Blue) = 6+74+112=192 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.12% from 192); Green value is 74 (29.30% from 255 or 38.54% from 192); Blue value is 112 (44.14% from 255 or 58.33% from 192); Max value from RGB is 112 - color contains mainly: blue. Hex color #064A70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064A70 is #F9B58F. Grayscale: #393939. Windows color (decimal): -16364944 or 7358982. OLE color: 7358982.
HSL color Cylindrical-coordinate representation of color #064A70: hue angle of 201.51º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #064A70 is Cyan = 0.95, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 6 | 74 | 112 | - |
| CMYK | 0.95 | 0.34 | 0 | 0.56 |
| HSL | 201.51º | 0.9% | 0.23% | - |
| HSV(B) | 201.51º | 0.95% | 0.44% | - |
| XYZ | 5.45 | 6.11 | 16.22 | - |
| YUV | 58 | 158.47 | 90.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 74 | 112 | 0.95 | 0.34 | 0 | 0.56 | 201.51 | 0.9 | 0.23 |
| Hex | 6 | 4A | 70 | 5F | 22 | 0 | 38 | CA | 5A | 17 |
| Octal | 6 | 112 | 160 | 137 | 42 | 0 | 70 | 312 | 132 | 27 |
| Binary | 110 | 1001010 | 1110000 | 1011111 | 100010 | 0 | 111000 | 11001010 | 1011010 | 10111 |
Color Harmonies of #064A70
Complementary color
Monochromatic Colors of #064A70
Black with #064A70
Text Example
Text Example
White with #064A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064A70; }
p { color: rgb(6,74,112); }
H1.HeaderClassName
{
color: #064A70;
}
.AnyTagClassName
{
color: #064A70;
}
</style>
background-color css
<style>
a { background-color: #064A70; }
a { background-color: rgb(6,74,112); }
div.DivClassName
{
background-color: #064A70;
}
.BgClassName
{
background-color: #064A70;
}
</style>
border-color css
<style>
span { border-color: #064A70; }
span { border-color: rgb(6,74,112); }
td.TdClassName
{
border-color: #064A70;
}
.TagClassName
{
border-color: #064A70;
}
</style>