Shades of Dark Cerulean #063E7B
Tints of Dark Cerulean #063E7B
RGB
CMYK
RGB Variations
Color information
#063E7B (or 0x063E7B) is known color: Dark Cerulean. HEX triplet: 06, 3E and 7B. RGB value is (6,62,123). Sum of RGB (Red+Green+Blue) = 6+62+123=191 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.14% from 191); Green value is 62 (24.61% from 255 or 32.46% from 191); Blue value is 123 (48.44% from 255 or 64.40% from 191); Max value from RGB is 123 - color contains mainly: blue. Hex color #063E7B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063E7B is #F9C184. Grayscale: #333333. Windows color (decimal): -16368005 or 8076806. OLE color: 8076806.
HSL color Cylindrical-coordinate representation of color #063E7B: hue angle of 211.28º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #063E7B is Cyan = 0.95, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 6 | 62 | 123 | - |
| CMYK | 0.95 | 0.50 | 0 | 0.52 |
| HSL | 211.28º | 0.91% | 0.25% | - |
| HSV(B) | 211.28º | 0.95% | 0.48% | - |
| XYZ | 5.37 | 4.91 | 19.4 | - |
| YUV | 52.21 | 167.95 | 95.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 62 | 123 | 0.95 | 0.50 | 0 | 0.52 | 211.28 | 0.91 | 0.25 |
| Hex | 6 | 3E | 7B | 5F | 32 | 0 | 34 | D3 | 5B | 19 |
| Octal | 6 | 76 | 173 | 137 | 62 | 0 | 64 | 323 | 133 | 31 |
| Binary | 110 | 111110 | 1111011 | 1011111 | 110010 | 0 | 110100 | 11010011 | 1011011 | 11001 |
Color Harmonies of #063E7B
Complementary color
Monochromatic Colors of #063E7B
Black with #063E7B
Text Example
Text Example
White with #063E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063E7B; }
p { color: rgb(6,62,123); }
H1.HeaderClassName
{
color: #063E7B;
}
.AnyTagClassName
{
color: #063E7B;
}
</style>
background-color css
<style>
a { background-color: #063E7B; }
a { background-color: rgb(6,62,123); }
div.DivClassName
{
background-color: #063E7B;
}
.BgClassName
{
background-color: #063E7B;
}
</style>
border-color css
<style>
span { border-color: #063E7B; }
span { border-color: rgb(6,62,123); }
td.TdClassName
{
border-color: #063E7B;
}
.TagClassName
{
border-color: #063E7B;
}
</style>