Shades of Dark Cerulean #063D7E
Tints of Dark Cerulean #063D7E
RGB
CMYK
RGB Variations
Color information
#063D7E (or 0x063D7E) is known color: Dark Cerulean. HEX triplet: 06, 3D and 7E. RGB value is (6,61,126). Sum of RGB (Red+Green+Blue) = 6+61+126=193 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.11% from 193); Green value is 61 (24.22% from 255 or 31.61% from 193); Blue value is 126 (49.61% from 255 or 65.28% from 193); Max value from RGB is 126 - color contains mainly: blue. Hex color #063D7E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063D7E is #F9C281. Grayscale: #333333. Windows color (decimal): -16368258 or 8273158. OLE color: 8273158.
HSL color Cylindrical-coordinate representation of color #063D7E: hue angle of 212.5º 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 #063D7E is Cyan = 0.95, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 6 | 61 | 126 | - |
| CMYK | 0.95 | 0.52 | 0 | 0.51 |
| HSL | 212.5º | 0.91% | 0.26% | - |
| HSV(B) | 212.5º | 0.95% | 0.49% | - |
| XYZ | 5.51 | 4.88 | 20.39 | - |
| YUV | 51.97 | 169.78 | 95.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 61 | 126 | 0.95 | 0.52 | 0 | 0.51 | 212.5 | 0.91 | 0.26 |
| Hex | 6 | 3D | 7E | 5F | 34 | 0 | 33 | D4 | 5B | 1A |
| Octal | 6 | 75 | 176 | 137 | 64 | 0 | 63 | 324 | 133 | 32 |
| Binary | 110 | 111101 | 1111110 | 1011111 | 110100 | 0 | 110011 | 11010100 | 1011011 | 11010 |
Color Harmonies of #063D7E
Complementary color
Monochromatic Colors of #063D7E
Black with #063D7E
Text Example
Text Example
White with #063D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063D7E; }
p { color: rgb(6,61,126); }
H1.HeaderClassName
{
color: #063D7E;
}
.AnyTagClassName
{
color: #063D7E;
}
</style>
background-color css
<style>
a { background-color: #063D7E; }
a { background-color: rgb(6,61,126); }
div.DivClassName
{
background-color: #063D7E;
}
.BgClassName
{
background-color: #063D7E;
}
</style>
border-color css
<style>
span { border-color: #063D7E; }
span { border-color: rgb(6,61,126); }
td.TdClassName
{
border-color: #063D7E;
}
.TagClassName
{
border-color: #063D7E;
}
</style>