Shades of Dark Cerulean #063C7F
Tints of Dark Cerulean #063C7F
RGB
CMYK
RGB Variations
Color information
#063C7F (or 0x063C7F) is known color: Dark Cerulean. HEX triplet: 06, 3C and 7F. RGB value is (6,60,127). Sum of RGB (Red+Green+Blue) = 6+60+127=193 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.11% from 193); Green value is 60 (23.83% from 255 or 31.09% from 193); Blue value is 127 (50% from 255 or 65.80% from 193); Max value from RGB is 127 - color contains mainly: blue. Hex color #063C7F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063C7F is #F9C380. Grayscale: #333333. Windows color (decimal): -16368513 or 8338438. OLE color: 8338438.
HSL color Cylindrical-coordinate representation of color #063C7F: hue angle of 213.22º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #063C7F is Cyan = 0.95, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 6 | 60 | 127 | - |
| CMYK | 0.95 | 0.53 | 0 | 0.50 |
| HSL | 213.22º | 0.91% | 0.26% | - |
| HSV(B) | 213.22º | 0.95% | 0.5% | - |
| XYZ | 5.52 | 4.8 | 20.71 | - |
| YUV | 51.49 | 170.61 | 95.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 60 | 127 | 0.95 | 0.53 | 0 | 0.50 | 213.22 | 0.91 | 0.26 |
| Hex | 6 | 3C | 7F | 5F | 35 | 0 | 32 | D5 | 5B | 1A |
| Octal | 6 | 74 | 177 | 137 | 65 | 0 | 62 | 325 | 133 | 32 |
| Binary | 110 | 111100 | 1111111 | 1011111 | 110101 | 0 | 110010 | 11010101 | 1011011 | 11010 |
Color Harmonies of #063C7F
Complementary color
Monochromatic Colors of #063C7F
Black with #063C7F
Text Example
Text Example
White with #063C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063C7F; }
p { color: rgb(6,60,127); }
H1.HeaderClassName
{
color: #063C7F;
}
.AnyTagClassName
{
color: #063C7F;
}
</style>
background-color css
<style>
a { background-color: #063C7F; }
a { background-color: rgb(6,60,127); }
div.DivClassName
{
background-color: #063C7F;
}
.BgClassName
{
background-color: #063C7F;
}
</style>
border-color css
<style>
span { border-color: #063C7F; }
span { border-color: rgb(6,60,127); }
td.TdClassName
{
border-color: #063C7F;
}
.TagClassName
{
border-color: #063C7F;
}
</style>