Shades of Dark Cerulean #063E8A
Tints of Dark Cerulean #063E8A
RGB
CMYK
RGB Variations
Color information
#063E8A (or 0x063E8A) is known color: Dark Cerulean. HEX triplet: 06, 3E and 8A. RGB value is (6,62,138). Sum of RGB (Red+Green+Blue) = 6+62+138=206 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.91% from 206); Green value is 62 (24.61% from 255 or 30.10% from 206); Blue value is 138 (54.30% from 255 or 66.99% from 206); Max value from RGB is 138 - color contains mainly: blue. Hex color #063E8A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063E8A is #F9C175. Grayscale: #353535. Windows color (decimal): -16367990 or 9059846. OLE color: 9059846.
HSL color Cylindrical-coordinate representation of color #063E8A: hue angle of 214.55º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #063E8A is Cyan = 0.96, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 6 | 62 | 138 | - |
| CMYK | 0.96 | 0.55 | 0 | 0.46 |
| HSL | 214.55º | 0.92% | 0.28% | - |
| HSV(B) | 214.55º | 0.96% | 0.54% | - |
| XYZ | 6.39 | 5.32 | 24.73 | - |
| YUV | 53.92 | 175.45 | 93.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 62 | 138 | 0.96 | 0.55 | 0 | 0.46 | 214.55 | 0.92 | 0.28 |
| Hex | 6 | 3E | 8A | 60 | 37 | 0 | 2E | D7 | 5C | 1C |
| Octal | 6 | 76 | 212 | 140 | 67 | 0 | 56 | 327 | 134 | 34 |
| Binary | 110 | 111110 | 10001010 | 1100000 | 110111 | 0 | 101110 | 11010111 | 1011100 | 11100 |
Color Harmonies of #063E8A
Complementary color
Monochromatic Colors of #063E8A
Black with #063E8A
Text Example
Text Example
White with #063E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063E8A; }
p { color: rgb(6,62,138); }
H1.HeaderClassName
{
color: #063E8A;
}
.AnyTagClassName
{
color: #063E8A;
}
</style>
background-color css
<style>
a { background-color: #063E8A; }
a { background-color: rgb(6,62,138); }
div.DivClassName
{
background-color: #063E8A;
}
.BgClassName
{
background-color: #063E8A;
}
</style>
border-color css
<style>
span { border-color: #063E8A; }
span { border-color: rgb(6,62,138); }
td.TdClassName
{
border-color: #063E8A;
}
.TagClassName
{
border-color: #063E8A;
}
</style>