Shades of Dark Cerulean #063E85
Tints of Dark Cerulean #063E85
RGB
CMYK
RGB Variations
Color information
#063E85 (or 0x063E85) is known color: Dark Cerulean. HEX triplet: 06, 3E and 85. RGB value is (6,62,133). Sum of RGB (Red+Green+Blue) = 6+62+133=201 (26% of max value = 765). Red value is 6 (2.73% from 255 or 2.99% from 201); Green value is 62 (24.61% from 255 or 30.85% from 201); Blue value is 133 (52.34% from 255 or 66.17% from 201); Max value from RGB is 133 - color contains mainly: blue. Hex color #063E85 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063E85 is #F9C17A. Grayscale: #353535. Windows color (decimal): -16367995 or 8732166. OLE color: 8732166.
HSL color Cylindrical-coordinate representation of color #063E85: hue angle of 213.54º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #063E85 is Cyan = 0.95, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 6 | 62 | 133 | - |
| CMYK | 0.95 | 0.53 | 0 | 0.48 |
| HSL | 213.54º | 0.91% | 0.27% | - |
| HSV(B) | 213.54º | 0.95% | 0.52% | - |
| XYZ | 6.03 | 5.18 | 22.87 | - |
| YUV | 53.35 | 172.95 | 94.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 62 | 133 | 0.95 | 0.53 | 0 | 0.48 | 213.54 | 0.91 | 0.27 |
| Hex | 6 | 3E | 85 | 5F | 35 | 0 | 30 | D6 | 5B | 1B |
| Octal | 6 | 76 | 205 | 137 | 65 | 0 | 60 | 326 | 133 | 33 |
| Binary | 110 | 111110 | 10000101 | 1011111 | 110101 | 0 | 110000 | 11010110 | 1011011 | 11011 |
Color Harmonies of #063E85
Complementary color
Monochromatic Colors of #063E85
Black with #063E85
Text Example
Text Example
White with #063E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063E85; }
p { color: rgb(6,62,133); }
H1.HeaderClassName
{
color: #063E85;
}
.AnyTagClassName
{
color: #063E85;
}
</style>
background-color css
<style>
a { background-color: #063E85; }
a { background-color: rgb(6,62,133); }
div.DivClassName
{
background-color: #063E85;
}
.BgClassName
{
background-color: #063E85;
}
</style>
border-color css
<style>
span { border-color: #063E85; }
span { border-color: rgb(6,62,133); }
td.TdClassName
{
border-color: #063E85;
}
.TagClassName
{
border-color: #063E85;
}
</style>