Shades of Dark Cerulean #063682
Tints of Dark Cerulean #063682
RGB
CMYK
RGB Variations
Color information
#063682 (or 0x063682) is known color: Dark Cerulean. HEX triplet: 06, 36 and 82. RGB value is (6,54,130). Sum of RGB (Red+Green+Blue) = 6+54+130=190 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.16% from 190); Green value is 54 (21.48% from 255 or 28.42% from 190); Blue value is 130 (51.17% from 255 or 68.42% from 190); Max value from RGB is 130 - color contains mainly: blue. Hex color #063682 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063682 is #F9C97D. Grayscale: #2F2F2F. Windows color (decimal): -16370046 or 8533510. OLE color: 8533510.
HSL color Cylindrical-coordinate representation of color #063682: hue angle of 216.77º 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 #063682 is Cyan = 0.95, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 6 | 54 | 130 | - |
| CMYK | 0.95 | 0.58 | 0 | 0.49 |
| HSL | 216.77º | 0.91% | 0.27% | - |
| HSV(B) | 216.77º | 0.95% | 0.51% | - |
| XYZ | 5.42 | 4.29 | 21.66 | - |
| YUV | 48.31 | 174.1 | 97.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 54 | 130 | 0.95 | 0.58 | 0 | 0.49 | 216.77 | 0.91 | 0.27 |
| Hex | 6 | 36 | 82 | 5F | 3A | 0 | 31 | D9 | 5B | 1B |
| Octal | 6 | 66 | 202 | 137 | 72 | 0 | 61 | 331 | 133 | 33 |
| Binary | 110 | 110110 | 10000010 | 1011111 | 111010 | 0 | 110001 | 11011001 | 1011011 | 11011 |
Color Harmonies of #063682
Complementary color
Monochromatic Colors of #063682
Black with #063682
Text Example
Text Example
White with #063682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063682; }
p { color: rgb(6,54,130); }
H1.HeaderClassName
{
color: #063682;
}
.AnyTagClassName
{
color: #063682;
}
</style>
background-color css
<style>
a { background-color: #063682; }
a { background-color: rgb(6,54,130); }
div.DivClassName
{
background-color: #063682;
}
.BgClassName
{
background-color: #063682;
}
</style>
border-color css
<style>
span { border-color: #063682; }
span { border-color: rgb(6,54,130); }
td.TdClassName
{
border-color: #063682;
}
.TagClassName
{
border-color: #063682;
}
</style>