Shades of Dark Cerulean #064271
Tints of Dark Cerulean #064271
RGB
CMYK
RGB Variations
Color information
#064271 (or 0x064271) is known color: Dark Cerulean. HEX triplet: 06, 42 and 71. RGB value is (6,66,113). Sum of RGB (Red+Green+Blue) = 6+66+113=185 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.24% from 185); Green value is 66 (26.17% from 255 or 35.68% from 185); Blue value is 113 (44.53% from 255 or 61.08% from 185); Max value from RGB is 113 - color contains mainly: blue. Hex color #064271 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064271 is #F9BD8E. Grayscale: #353535. Windows color (decimal): -16366991 or 7422470. OLE color: 7422470.
HSL color Cylindrical-coordinate representation of color #064271: hue angle of 206.36º 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 #064271 is Cyan = 0.95, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 6 | 66 | 113 | - |
| CMYK | 0.95 | 0.42 | 0 | 0.56 |
| HSL | 206.36º | 0.9% | 0.23% | - |
| HSV(B) | 206.36º | 0.95% | 0.44% | - |
| XYZ | 5 | 5.13 | 16.35 | - |
| YUV | 53.42 | 161.62 | 94.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 66 | 113 | 0.95 | 0.42 | 0 | 0.56 | 206.36 | 0.9 | 0.23 |
| Hex | 6 | 42 | 71 | 5F | 2A | 0 | 38 | CE | 5A | 17 |
| Octal | 6 | 102 | 161 | 137 | 52 | 0 | 70 | 316 | 132 | 27 |
| Binary | 110 | 1000010 | 1110001 | 1011111 | 101010 | 0 | 111000 | 11001110 | 1011010 | 10111 |
Color Harmonies of #064271
Complementary color
Monochromatic Colors of #064271
Black with #064271
Text Example
Text Example
White with #064271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064271; }
p { color: rgb(6,66,113); }
H1.HeaderClassName
{
color: #064271;
}
.AnyTagClassName
{
color: #064271;
}
</style>
background-color css
<style>
a { background-color: #064271; }
a { background-color: rgb(6,66,113); }
div.DivClassName
{
background-color: #064271;
}
.BgClassName
{
background-color: #064271;
}
</style>
border-color css
<style>
span { border-color: #064271; }
span { border-color: rgb(6,66,113); }
td.TdClassName
{
border-color: #064271;
}
.TagClassName
{
border-color: #064271;
}
</style>