Shades of Dark Cerulean #064F90
Tints of Dark Cerulean #064F90
RGB
CMYK
RGB Variations
Color information
#064F90 (or 0x064F90) is known color: Dark Cerulean. HEX triplet: 06, 4F and 90. RGB value is (6,79,144). Sum of RGB (Red+Green+Blue) = 6+79+144=229 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.62% from 229); Green value is 79 (31.25% from 255 or 34.50% from 229); Blue value is 144 (56.64% from 255 or 62.88% from 229); Max value from RGB is 144 - color contains mainly: blue. Hex color #064F90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #064F90 is #F9B06F. Grayscale: #404040. Windows color (decimal): -16363632 or 9457414. OLE color: 9457414.
HSL color Cylindrical-coordinate representation of color #064F90: hue angle of 208.26º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #064F90 is Cyan = 0.96, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 6 | 79 | 144 | - |
| CMYK | 0.96 | 0.45 | 0 | 0.44 |
| HSL | 208.26º | 0.92% | 0.29% | - |
| HSV(B) | 208.26º | 0.96% | 0.56% | - |
| XYZ | 7.91 | 7.64 | 27.44 | - |
| YUV | 64.58 | 172.82 | 86.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 79 | 144 | 0.96 | 0.45 | 0 | 0.44 | 208.26 | 0.92 | 0.29 |
| Hex | 6 | 4F | 90 | 60 | 2D | 0 | 2C | D0 | 5C | 1D |
| Octal | 6 | 117 | 220 | 140 | 55 | 0 | 54 | 320 | 134 | 35 |
| Binary | 110 | 1001111 | 10010000 | 1100000 | 101101 | 0 | 101100 | 11010000 | 1011100 | 11101 |
Color Harmonies of #064F90
Complementary color
Monochromatic Colors of #064F90
Black with #064F90
Text Example
Text Example
White with #064F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064F90; }
p { color: rgb(6,79,144); }
H1.HeaderClassName
{
color: #064F90;
}
.AnyTagClassName
{
color: #064F90;
}
</style>
background-color css
<style>
a { background-color: #064F90; }
a { background-color: rgb(6,79,144); }
div.DivClassName
{
background-color: #064F90;
}
.BgClassName
{
background-color: #064F90;
}
</style>
border-color css
<style>
span { border-color: #064F90; }
span { border-color: rgb(6,79,144); }
td.TdClassName
{
border-color: #064F90;
}
.TagClassName
{
border-color: #064F90;
}
</style>