Shades of Dark Cerulean #063C82
Tints of Dark Cerulean #063C82
RGB
CMYK
RGB Variations
Color information
#063C82 (or 0x063C82) is known color: Dark Cerulean. HEX triplet: 06, 3C and 82. RGB value is (6,60,130). Sum of RGB (Red+Green+Blue) = 6+60+130=196 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.06% from 196); Green value is 60 (23.83% from 255 or 30.61% from 196); Blue value is 130 (51.17% from 255 or 66.33% from 196); Max value from RGB is 130 - color contains mainly: blue. Hex color #063C82 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063C82 is #F9C37D. Grayscale: #333333. Windows color (decimal): -16368510 or 8535046. OLE color: 8535046.
HSL color Cylindrical-coordinate representation of color #063C82: hue angle of 213.87º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #063C82 is Cyan = 0.95, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 6 | 60 | 130 | - |
| CMYK | 0.95 | 0.54 | 0 | 0.49 |
| HSL | 213.87º | 0.91% | 0.27% | - |
| HSV(B) | 213.87º | 0.95% | 0.51% | - |
| XYZ | 5.72 | 4.88 | 21.76 | - |
| YUV | 51.83 | 172.11 | 95.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 60 | 130 | 0.95 | 0.54 | 0 | 0.49 | 213.87 | 0.91 | 0.27 |
| Hex | 6 | 3C | 82 | 5F | 36 | 0 | 31 | D6 | 5B | 1B |
| Octal | 6 | 74 | 202 | 137 | 66 | 0 | 61 | 326 | 133 | 33 |
| Binary | 110 | 111100 | 10000010 | 1011111 | 110110 | 0 | 110001 | 11010110 | 1011011 | 11011 |
Color Harmonies of #063C82
Complementary color
Monochromatic Colors of #063C82
Black with #063C82
Text Example
Text Example
White with #063C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063C82; }
p { color: rgb(6,60,130); }
H1.HeaderClassName
{
color: #063C82;
}
.AnyTagClassName
{
color: #063C82;
}
</style>
background-color css
<style>
a { background-color: #063C82; }
a { background-color: rgb(6,60,130); }
div.DivClassName
{
background-color: #063C82;
}
.BgClassName
{
background-color: #063C82;
}
</style>
border-color css
<style>
span { border-color: #063C82; }
span { border-color: rgb(6,60,130); }
td.TdClassName
{
border-color: #063C82;
}
.TagClassName
{
border-color: #063C82;
}
</style>