Shades of Dark Cerulean #064A75
Tints of Dark Cerulean #064A75
RGB
CMYK
RGB Variations
Color information
#064A75 (or 0x064A75) is known color: Dark Cerulean. HEX triplet: 06, 4A and 75. RGB value is (6,74,117). Sum of RGB (Red+Green+Blue) = 6+74+117=197 (26% of max value = 765). Red value is 6 (2.73% from 255 or 3.05% from 197); Green value is 74 (29.30% from 255 or 37.56% from 197); Blue value is 117 (46.09% from 255 or 59.39% from 197); Max value from RGB is 117 - color contains mainly: blue. Hex color #064A75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064A75 is #F9B58A. Grayscale: #3A3A3A. Windows color (decimal): -16364939 or 7686662. OLE color: 7686662.
HSL color Cylindrical-coordinate representation of color #064A75: hue angle of 203.24º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #064A75 is Cyan = 0.95, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 6 | 74 | 117 | - |
| CMYK | 0.95 | 0.37 | 0 | 0.54 |
| HSL | 203.24º | 0.9% | 0.24% | - |
| HSV(B) | 203.24º | 0.95% | 0.46% | - |
| XYZ | 5.73 | 6.22 | 17.73 | - |
| YUV | 58.57 | 160.97 | 90.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 74 | 117 | 0.95 | 0.37 | 0 | 0.54 | 203.24 | 0.9 | 0.24 |
| Hex | 6 | 4A | 75 | 5F | 25 | 0 | 36 | CB | 5A | 18 |
| Octal | 6 | 112 | 165 | 137 | 45 | 0 | 66 | 313 | 132 | 30 |
| Binary | 110 | 1001010 | 1110101 | 1011111 | 100101 | 0 | 110110 | 11001011 | 1011010 | 11000 |
Color Harmonies of #064A75
Complementary color
Monochromatic Colors of #064A75
Black with #064A75
Text Example
Text Example
White with #064A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064A75; }
p { color: rgb(6,74,117); }
H1.HeaderClassName
{
color: #064A75;
}
.AnyTagClassName
{
color: #064A75;
}
</style>
background-color css
<style>
a { background-color: #064A75; }
a { background-color: rgb(6,74,117); }
div.DivClassName
{
background-color: #064A75;
}
.BgClassName
{
background-color: #064A75;
}
</style>
border-color css
<style>
span { border-color: #064A75; }
span { border-color: rgb(6,74,117); }
td.TdClassName
{
border-color: #064A75;
}
.TagClassName
{
border-color: #064A75;
}
</style>