Shades of Dark Cerulean #063C8B
Tints of Dark Cerulean #063C8B
RGB
CMYK
RGB Variations
Color information
#063C8B (or 0x063C8B) is known color: Dark Cerulean. HEX triplet: 06, 3C and 8B. RGB value is (6,60,139). Sum of RGB (Red+Green+Blue) = 6+60+139=205 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.93% from 205); Green value is 60 (23.83% from 255 or 29.27% from 205); Blue value is 139 (54.69% from 255 or 67.80% from 205); Max value from RGB is 139 - color contains mainly: blue. Hex color #063C8B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063C8B is #F9C374. Grayscale: #343434. Windows color (decimal): -16368501 or 9124870. OLE color: 9124870.
HSL color Cylindrical-coordinate representation of color #063C8B: hue angle of 215.64º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #063C8B is Cyan = 0.96, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 6 | 60 | 139 | - |
| CMYK | 0.96 | 0.57 | 0 | 0.45 |
| HSL | 215.64º | 0.92% | 0.28% | - |
| HSV(B) | 215.64º | 0.96% | 0.55% | - |
| XYZ | 6.35 | 5.13 | 25.08 | - |
| YUV | 52.86 | 176.61 | 94.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 60 | 139 | 0.96 | 0.57 | 0 | 0.45 | 215.64 | 0.92 | 0.28 |
| Hex | 6 | 3C | 8B | 60 | 39 | 0 | 2D | D8 | 5C | 1C |
| Octal | 6 | 74 | 213 | 140 | 71 | 0 | 55 | 330 | 134 | 34 |
| Binary | 110 | 111100 | 10001011 | 1100000 | 111001 | 0 | 101101 | 11011000 | 1011100 | 11100 |
Color Harmonies of #063C8B
Complementary color
Monochromatic Colors of #063C8B
Black with #063C8B
Text Example
Text Example
White with #063C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063C8B; }
p { color: rgb(6,60,139); }
H1.HeaderClassName
{
color: #063C8B;
}
.AnyTagClassName
{
color: #063C8B;
}
</style>
background-color css
<style>
a { background-color: #063C8B; }
a { background-color: rgb(6,60,139); }
div.DivClassName
{
background-color: #063C8B;
}
.BgClassName
{
background-color: #063C8B;
}
</style>
border-color css
<style>
span { border-color: #063C8B; }
span { border-color: rgb(6,60,139); }
td.TdClassName
{
border-color: #063C8B;
}
.TagClassName
{
border-color: #063C8B;
}
</style>