Shades of Dark Cerulean #063A7D
Tints of Dark Cerulean #063A7D
RGB
CMYK
RGB Variations
Color information
#063A7D (or 0x063A7D) is known color: Dark Cerulean. HEX triplet: 06, 3A and 7D. RGB value is (6,58,125). Sum of RGB (Red+Green+Blue) = 6+58+125=189 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.17% from 189); Green value is 58 (23.05% from 255 or 30.69% from 189); Blue value is 125 (49.22% from 255 or 66.14% from 189); Max value from RGB is 125 - color contains mainly: blue. Hex color #063A7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063A7D is #F9C582. Grayscale: #313131. Windows color (decimal): -16369027 or 8206854. OLE color: 8206854.
HSL color Cylindrical-coordinate representation of color #063A7D: hue angle of 213.78º 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 #063A7D is Cyan = 0.95, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 6 | 58 | 125 | - |
| CMYK | 0.95 | 0.54 | 0 | 0.51 |
| HSL | 213.78º | 0.91% | 0.26% | - |
| HSV(B) | 213.78º | 0.95% | 0.49% | - |
| XYZ | 5.29 | 4.55 | 20 | - |
| YUV | 50.09 | 170.27 | 96.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 58 | 125 | 0.95 | 0.54 | 0 | 0.51 | 213.78 | 0.91 | 0.26 |
| Hex | 6 | 3A | 7D | 5F | 36 | 0 | 33 | D6 | 5B | 1A |
| Octal | 6 | 72 | 175 | 137 | 66 | 0 | 63 | 326 | 133 | 32 |
| Binary | 110 | 111010 | 1111101 | 1011111 | 110110 | 0 | 110011 | 11010110 | 1011011 | 11010 |
Color Harmonies of #063A7D
Complementary color
Monochromatic Colors of #063A7D
Black with #063A7D
Text Example
Text Example
White with #063A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063A7D; }
p { color: rgb(6,58,125); }
H1.HeaderClassName
{
color: #063A7D;
}
.AnyTagClassName
{
color: #063A7D;
}
</style>
background-color css
<style>
a { background-color: #063A7D; }
a { background-color: rgb(6,58,125); }
div.DivClassName
{
background-color: #063A7D;
}
.BgClassName
{
background-color: #063A7D;
}
</style>
border-color css
<style>
span { border-color: #063A7D; }
span { border-color: rgb(6,58,125); }
td.TdClassName
{
border-color: #063A7D;
}
.TagClassName
{
border-color: #063A7D;
}
</style>