Shades of Dark Cerulean #063B7D
Tints of Dark Cerulean #063B7D
RGB
CMYK
RGB Variations
Color information
#063B7D (or 0x063B7D) is known color: Dark Cerulean. HEX triplet: 06, 3B and 7D. RGB value is (6,59,125). Sum of RGB (Red+Green+Blue) = 6+59+125=190 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.16% from 190); Green value is 59 (23.44% from 255 or 31.05% from 190); Blue value is 125 (49.22% from 255 or 65.79% from 190); Max value from RGB is 125 - color contains mainly: blue. Hex color #063B7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063B7D is #F9C482. Grayscale: #323232. Windows color (decimal): -16368771 or 8207110. OLE color: 8207110.
HSL color Cylindrical-coordinate representation of color #063B7D: hue angle of 213.28º 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 #063B7D is Cyan = 0.95, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 6 | 59 | 125 | - |
| CMYK | 0.95 | 0.53 | 0 | 0.51 |
| HSL | 213.28º | 0.91% | 0.26% | - |
| HSV(B) | 213.28º | 0.95% | 0.49% | - |
| XYZ | 5.34 | 4.65 | 20.02 | - |
| YUV | 50.68 | 169.94 | 96.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 59 | 125 | 0.95 | 0.53 | 0 | 0.51 | 213.28 | 0.91 | 0.26 |
| Hex | 6 | 3B | 7D | 5F | 35 | 0 | 33 | D5 | 5B | 1A |
| Octal | 6 | 73 | 175 | 137 | 65 | 0 | 63 | 325 | 133 | 32 |
| Binary | 110 | 111011 | 1111101 | 1011111 | 110101 | 0 | 110011 | 11010101 | 1011011 | 11010 |
Color Harmonies of #063B7D
Complementary color
Monochromatic Colors of #063B7D
Black with #063B7D
Text Example
Text Example
White with #063B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063B7D; }
p { color: rgb(6,59,125); }
H1.HeaderClassName
{
color: #063B7D;
}
.AnyTagClassName
{
color: #063B7D;
}
</style>
background-color css
<style>
a { background-color: #063B7D; }
a { background-color: rgb(6,59,125); }
div.DivClassName
{
background-color: #063B7D;
}
.BgClassName
{
background-color: #063B7D;
}
</style>
border-color css
<style>
span { border-color: #063B7D; }
span { border-color: rgb(6,59,125); }
td.TdClassName
{
border-color: #063B7D;
}
.TagClassName
{
border-color: #063B7D;
}
</style>