Shades of Dark Cerulean #063C75
Tints of Dark Cerulean #063C75
RGB
CMYK
RGB Variations
Color information
#063C75 (or 0x063C75) is known color: Dark Cerulean. HEX triplet: 06, 3C and 75. RGB value is (6,60,117). Sum of RGB (Red+Green+Blue) = 6+60+117=183 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.28% from 183); Green value is 60 (23.83% from 255 or 32.79% from 183); Blue value is 117 (46.09% from 255 or 63.93% from 183); Max value from RGB is 117 - color contains mainly: blue. Hex color #063C75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063C75 is #F9C38A. Grayscale: #323232. Windows color (decimal): -16368523 or 7683078. OLE color: 7683078.
HSL color Cylindrical-coordinate representation of color #063C75: hue angle of 210.81º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #063C75 is Cyan = 0.95, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 6 | 60 | 117 | - |
| CMYK | 0.95 | 0.49 | 0 | 0.54 |
| HSL | 210.81º | 0.9% | 0.24% | - |
| HSV(B) | 210.81º | 0.95% | 0.46% | - |
| XYZ | 4.9 | 4.55 | 17.45 | - |
| YUV | 50.35 | 165.61 | 96.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 60 | 117 | 0.95 | 0.49 | 0 | 0.54 | 210.81 | 0.9 | 0.24 |
| Hex | 6 | 3C | 75 | 5F | 31 | 0 | 36 | D3 | 5A | 18 |
| Octal | 6 | 74 | 165 | 137 | 61 | 0 | 66 | 323 | 132 | 30 |
| Binary | 110 | 111100 | 1110101 | 1011111 | 110001 | 0 | 110110 | 11010011 | 1011010 | 11000 |
Color Harmonies of #063C75
Complementary color
Monochromatic Colors of #063C75
Black with #063C75
Text Example
Text Example
White with #063C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063C75; }
p { color: rgb(6,60,117); }
H1.HeaderClassName
{
color: #063C75;
}
.AnyTagClassName
{
color: #063C75;
}
</style>
background-color css
<style>
a { background-color: #063C75; }
a { background-color: rgb(6,60,117); }
div.DivClassName
{
background-color: #063C75;
}
.BgClassName
{
background-color: #063C75;
}
</style>
border-color css
<style>
span { border-color: #063C75; }
span { border-color: rgb(6,60,117); }
td.TdClassName
{
border-color: #063C75;
}
.TagClassName
{
border-color: #063C75;
}
</style>