Shades of Dark Cerulean #064B75
Tints of Dark Cerulean #064B75
RGB
CMYK
RGB Variations
Color information
#064B75 (or 0x064B75) is known color: Dark Cerulean. HEX triplet: 06, 4B and 75. RGB value is (6,75,117). Sum of RGB (Red+Green+Blue) = 6+75+117=198 (26% of max value = 765). Red value is 6 (2.73% from 255 or 3.03% from 198); Green value is 75 (29.69% from 255 or 37.88% from 198); Blue value is 117 (46.09% from 255 or 59.09% from 198); Max value from RGB is 117 - color contains mainly: blue. Hex color #064B75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064B75 is #F9B48A. Grayscale: #3A3A3A. Windows color (decimal): -16364683 or 7686918. OLE color: 7686918.
HSL color Cylindrical-coordinate representation of color #064B75: hue angle of 202.7º 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 #064B75 is Cyan = 0.95, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 6 | 75 | 117 | - |
| CMYK | 0.95 | 0.36 | 0 | 0.54 |
| HSL | 202.7º | 0.9% | 0.24% | - |
| HSV(B) | 202.7º | 0.95% | 0.46% | - |
| XYZ | 5.8 | 6.36 | 17.75 | - |
| YUV | 59.16 | 160.64 | 90.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 75 | 117 | 0.95 | 0.36 | 0 | 0.54 | 202.7 | 0.9 | 0.24 |
| Hex | 6 | 4B | 75 | 5F | 24 | 0 | 36 | CB | 5A | 18 |
| Octal | 6 | 113 | 165 | 137 | 44 | 0 | 66 | 313 | 132 | 30 |
| Binary | 110 | 1001011 | 1110101 | 1011111 | 100100 | 0 | 110110 | 11001011 | 1011010 | 11000 |
Color Harmonies of #064B75
Complementary color
Monochromatic Colors of #064B75
Black with #064B75
Text Example
Text Example
White with #064B75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064B75; }
p { color: rgb(6,75,117); }
H1.HeaderClassName
{
color: #064B75;
}
.AnyTagClassName
{
color: #064B75;
}
</style>
background-color css
<style>
a { background-color: #064B75; }
a { background-color: rgb(6,75,117); }
div.DivClassName
{
background-color: #064B75;
}
.BgClassName
{
background-color: #064B75;
}
</style>
border-color css
<style>
span { border-color: #064B75; }
span { border-color: rgb(6,75,117); }
td.TdClassName
{
border-color: #064B75;
}
.TagClassName
{
border-color: #064B75;
}
</style>