Shades of Dark Cerulean #064A91
Tints of Dark Cerulean #064A91
RGB
CMYK
RGB Variations
Color information
#064A91 (or 0x064A91) is known color: Dark Cerulean. HEX triplet: 06, 4A and 91. RGB value is (6,74,145). Sum of RGB (Red+Green+Blue) = 6+74+145=225 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.67% from 225); Green value is 74 (29.30% from 255 or 32.89% from 225); Blue value is 145 (57.03% from 255 or 64.44% from 225); Max value from RGB is 145 - color contains mainly: blue. Hex color #064A91 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #064A91 is #F9B56E. Grayscale: #3D3D3D. Windows color (decimal): -16364911 or 9521670. OLE color: 9521670.
HSL color Cylindrical-coordinate representation of color #064A91: hue angle of 210.65º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #064A91 is Cyan = 0.96, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 6 | 74 | 145 | - |
| CMYK | 0.96 | 0.49 | 0 | 0.43 |
| HSL | 210.65º | 0.92% | 0.3% | - |
| HSV(B) | 210.65º | 0.96% | 0.57% | - |
| XYZ | 7.63 | 6.98 | 27.73 | - |
| YUV | 61.76 | 174.97 | 88.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 74 | 145 | 0.96 | 0.49 | 0 | 0.43 | 210.65 | 0.92 | 0.3 |
| Hex | 6 | 4A | 91 | 60 | 31 | 0 | 2B | D3 | 5C | 1E |
| Octal | 6 | 112 | 221 | 140 | 61 | 0 | 53 | 323 | 134 | 36 |
| Binary | 110 | 1001010 | 10010001 | 1100000 | 110001 | 0 | 101011 | 11010011 | 1011100 | 11110 |
Color Harmonies of #064A91
Complementary color
Monochromatic Colors of #064A91
Black with #064A91
Text Example
Text Example
White with #064A91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064A91; }
p { color: rgb(6,74,145); }
H1.HeaderClassName
{
color: #064A91;
}
.AnyTagClassName
{
color: #064A91;
}
</style>
background-color css
<style>
a { background-color: #064A91; }
a { background-color: rgb(6,74,145); }
div.DivClassName
{
background-color: #064A91;
}
.BgClassName
{
background-color: #064A91;
}
</style>
border-color css
<style>
span { border-color: #064A91; }
span { border-color: rgb(6,74,145); }
td.TdClassName
{
border-color: #064A91;
}
.TagClassName
{
border-color: #064A91;
}
</style>