Shades of Dark Cerulean #064188
Tints of Dark Cerulean #064188
RGB
CMYK
RGB Variations
Color information
#064188 (or 0x064188) is known color: Dark Cerulean. HEX triplet: 06, 41 and 88. RGB value is (6,65,136). Sum of RGB (Red+Green+Blue) = 6+65+136=207 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.90% from 207); Green value is 65 (25.78% from 255 or 31.40% from 207); Blue value is 136 (53.52% from 255 or 65.70% from 207); Max value from RGB is 136 - color contains mainly: blue. Hex color #064188 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #064188 is #F9BE77. Grayscale: #373737. Windows color (decimal): -16367224 or 8929542. OLE color: 8929542.
HSL color Cylindrical-coordinate representation of color #064188: hue angle of 212.77º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #064188 is Cyan = 0.96, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 6 | 65 | 136 | - |
| CMYK | 0.96 | 0.52 | 0 | 0.47 |
| HSL | 212.77º | 0.92% | 0.28% | - |
| HSV(B) | 212.77º | 0.96% | 0.53% | - |
| XYZ | 6.41 | 5.6 | 24.04 | - |
| YUV | 55.45 | 173.45 | 92.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 65 | 136 | 0.96 | 0.52 | 0 | 0.47 | 212.77 | 0.92 | 0.28 |
| Hex | 6 | 41 | 88 | 60 | 34 | 0 | 2F | D5 | 5C | 1C |
| Octal | 6 | 101 | 210 | 140 | 64 | 0 | 57 | 325 | 134 | 34 |
| Binary | 110 | 1000001 | 10001000 | 1100000 | 110100 | 0 | 101111 | 11010101 | 1011100 | 11100 |
Color Harmonies of #064188
Complementary color
Monochromatic Colors of #064188
Black with #064188
Text Example
Text Example
White with #064188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064188; }
p { color: rgb(6,65,136); }
H1.HeaderClassName
{
color: #064188;
}
.AnyTagClassName
{
color: #064188;
}
</style>
background-color css
<style>
a { background-color: #064188; }
a { background-color: rgb(6,65,136); }
div.DivClassName
{
background-color: #064188;
}
.BgClassName
{
background-color: #064188;
}
</style>
border-color css
<style>
span { border-color: #064188; }
span { border-color: rgb(6,65,136); }
td.TdClassName
{
border-color: #064188;
}
.TagClassName
{
border-color: #064188;
}
</style>