Shades of Dark Cerulean #063C81
Tints of Dark Cerulean #063C81
RGB
CMYK
RGB Variations
Color information
#063C81 (or 0x063C81) is known color: Dark Cerulean. HEX triplet: 06, 3C and 81. RGB value is (6,60,129). Sum of RGB (Red+Green+Blue) = 6+60+129=195 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.08% from 195); Green value is 60 (23.83% from 255 or 30.77% from 195); Blue value is 129 (50.78% from 255 or 66.15% from 195); Max value from RGB is 129 - color contains mainly: blue. Hex color #063C81 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063C81 is #F9C37E. Grayscale: #333333. Windows color (decimal): -16368511 or 8469510. OLE color: 8469510.
HSL color Cylindrical-coordinate representation of color #063C81: hue angle of 213.66º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #063C81 is Cyan = 0.95, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 6 | 60 | 129 | - |
| CMYK | 0.95 | 0.53 | 0 | 0.49 |
| HSL | 213.66º | 0.91% | 0.26% | - |
| HSV(B) | 213.66º | 0.95% | 0.51% | - |
| XYZ | 5.65 | 4.86 | 21.41 | - |
| YUV | 51.72 | 171.61 | 95.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 60 | 129 | 0.95 | 0.53 | 0 | 0.49 | 213.66 | 0.91 | 0.26 |
| Hex | 6 | 3C | 81 | 5F | 35 | 0 | 31 | D6 | 5B | 1A |
| Octal | 6 | 74 | 201 | 137 | 65 | 0 | 61 | 326 | 133 | 32 |
| Binary | 110 | 111100 | 10000001 | 1011111 | 110101 | 0 | 110001 | 11010110 | 1011011 | 11010 |
Color Harmonies of #063C81
Complementary color
Monochromatic Colors of #063C81
Black with #063C81
Text Example
Text Example
White with #063C81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063C81; }
p { color: rgb(6,60,129); }
H1.HeaderClassName
{
color: #063C81;
}
.AnyTagClassName
{
color: #063C81;
}
</style>
background-color css
<style>
a { background-color: #063C81; }
a { background-color: rgb(6,60,129); }
div.DivClassName
{
background-color: #063C81;
}
.BgClassName
{
background-color: #063C81;
}
</style>
border-color css
<style>
span { border-color: #063C81; }
span { border-color: rgb(6,60,129); }
td.TdClassName
{
border-color: #063C81;
}
.TagClassName
{
border-color: #063C81;
}
</style>