Shades of Dark Cerulean #063F7D
Tints of Dark Cerulean #063F7D
RGB
CMYK
RGB Variations
Color information
#063F7D (or 0x063F7D) is known color: Dark Cerulean. HEX triplet: 06, 3F and 7D. RGB value is (6,63,125). Sum of RGB (Red+Green+Blue) = 6+63+125=194 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.09% from 194); Green value is 63 (25% from 255 or 32.47% from 194); Blue value is 125 (49.22% from 255 or 64.43% from 194); Max value from RGB is 125 - color contains mainly: blue. Hex color #063F7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063F7D is #F9C082. Grayscale: #343434. Windows color (decimal): -16367747 or 8208134. OLE color: 8208134.
HSL color Cylindrical-coordinate representation of color #063F7D: hue angle of 211.26º 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 #063F7D is Cyan = 0.95, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 6 | 63 | 125 | - |
| CMYK | 0.95 | 0.50 | 0 | 0.51 |
| HSL | 211.26º | 0.91% | 0.26% | - |
| HSV(B) | 211.26º | 0.95% | 0.49% | - |
| XYZ | 5.55 | 5.07 | 20.09 | - |
| YUV | 53.03 | 168.62 | 94.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 63 | 125 | 0.95 | 0.50 | 0 | 0.51 | 211.26 | 0.91 | 0.26 |
| Hex | 6 | 3F | 7D | 5F | 32 | 0 | 33 | D3 | 5B | 1A |
| Octal | 6 | 77 | 175 | 137 | 62 | 0 | 63 | 323 | 133 | 32 |
| Binary | 110 | 111111 | 1111101 | 1011111 | 110010 | 0 | 110011 | 11010011 | 1011011 | 11010 |
Color Harmonies of #063F7D
Complementary color
Monochromatic Colors of #063F7D
Black with #063F7D
Text Example
Text Example
White with #063F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063F7D; }
p { color: rgb(6,63,125); }
H1.HeaderClassName
{
color: #063F7D;
}
.AnyTagClassName
{
color: #063F7D;
}
</style>
background-color css
<style>
a { background-color: #063F7D; }
a { background-color: rgb(6,63,125); }
div.DivClassName
{
background-color: #063F7D;
}
.BgClassName
{
background-color: #063F7D;
}
</style>
border-color css
<style>
span { border-color: #063F7D; }
span { border-color: rgb(6,63,125); }
td.TdClassName
{
border-color: #063F7D;
}
.TagClassName
{
border-color: #063F7D;
}
</style>