Shades of Dark Cerulean #063E7E
Tints of Dark Cerulean #063E7E
RGB
CMYK
RGB Variations
Color information
#063E7E (or 0x063E7E) is known color: Dark Cerulean. HEX triplet: 06, 3E and 7E. RGB value is (6,62,126). Sum of RGB (Red+Green+Blue) = 6+62+126=194 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.09% from 194); Green value is 62 (24.61% from 255 or 31.96% from 194); Blue value is 126 (49.61% from 255 or 64.95% from 194); Max value from RGB is 126 - color contains mainly: blue. Hex color #063E7E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063E7E is #F9C181. Grayscale: #343434. Windows color (decimal): -16368002 or 8273414. OLE color: 8273414.
HSL color Cylindrical-coordinate representation of color #063E7E: hue angle of 212º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #063E7E is Cyan = 0.95, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 6 | 62 | 126 | - |
| CMYK | 0.95 | 0.51 | 0 | 0.51 |
| HSL | 212º | 0.91% | 0.26% | - |
| HSV(B) | 212º | 0.95% | 0.49% | - |
| XYZ | 5.56 | 4.99 | 20.41 | - |
| YUV | 52.55 | 169.45 | 94.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 62 | 126 | 0.95 | 0.51 | 0 | 0.51 | 212 | 0.91 | 0.26 |
| Hex | 6 | 3E | 7E | 5F | 33 | 0 | 33 | D4 | 5B | 1A |
| Octal | 6 | 76 | 176 | 137 | 63 | 0 | 63 | 324 | 133 | 32 |
| Binary | 110 | 111110 | 1111110 | 1011111 | 110011 | 0 | 110011 | 11010100 | 1011011 | 11010 |
Color Harmonies of #063E7E
Complementary color
Monochromatic Colors of #063E7E
Black with #063E7E
Text Example
Text Example
White with #063E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063E7E; }
p { color: rgb(6,62,126); }
H1.HeaderClassName
{
color: #063E7E;
}
.AnyTagClassName
{
color: #063E7E;
}
</style>
background-color css
<style>
a { background-color: #063E7E; }
a { background-color: rgb(6,62,126); }
div.DivClassName
{
background-color: #063E7E;
}
.BgClassName
{
background-color: #063E7E;
}
</style>
border-color css
<style>
span { border-color: #063E7E; }
span { border-color: rgb(6,62,126); }
td.TdClassName
{
border-color: #063E7E;
}
.TagClassName
{
border-color: #063E7E;
}
</style>