Shades of Dark Cerulean #063882
Tints of Dark Cerulean #063882
RGB
CMYK
RGB Variations
Color information
#063882 (or 0x063882) is known color: Dark Cerulean. HEX triplet: 06, 38 and 82. RGB value is (6,56,130). Sum of RGB (Red+Green+Blue) = 6+56+130=192 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.12% from 192); Green value is 56 (22.27% from 255 or 29.17% from 192); Blue value is 130 (51.17% from 255 or 67.71% from 192); Max value from RGB is 130 - color contains mainly: blue. Hex color #063882 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063882 is #F9C77D. Grayscale: #313131. Windows color (decimal): -16369534 or 8534022. OLE color: 8534022.
HSL color Cylindrical-coordinate representation of color #063882: hue angle of 215.81º 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 #063882 is Cyan = 0.95, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 6 | 56 | 130 | - |
| CMYK | 0.95 | 0.57 | 0 | 0.49 |
| HSL | 215.81º | 0.91% | 0.27% | - |
| HSV(B) | 215.81º | 0.95% | 0.51% | - |
| XYZ | 5.52 | 4.48 | 21.69 | - |
| YUV | 49.49 | 173.44 | 96.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 56 | 130 | 0.95 | 0.57 | 0 | 0.49 | 215.81 | 0.91 | 0.27 |
| Hex | 6 | 38 | 82 | 5F | 39 | 0 | 31 | D8 | 5B | 1B |
| Octal | 6 | 70 | 202 | 137 | 71 | 0 | 61 | 330 | 133 | 33 |
| Binary | 110 | 111000 | 10000010 | 1011111 | 111001 | 0 | 110001 | 11011000 | 1011011 | 11011 |
Color Harmonies of #063882
Complementary color
Monochromatic Colors of #063882
Black with #063882
Text Example
Text Example
White with #063882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063882; }
p { color: rgb(6,56,130); }
H1.HeaderClassName
{
color: #063882;
}
.AnyTagClassName
{
color: #063882;
}
</style>
background-color css
<style>
a { background-color: #063882; }
a { background-color: rgb(6,56,130); }
div.DivClassName
{
background-color: #063882;
}
.BgClassName
{
background-color: #063882;
}
</style>
border-color css
<style>
span { border-color: #063882; }
span { border-color: rgb(6,56,130); }
td.TdClassName
{
border-color: #063882;
}
.TagClassName
{
border-color: #063882;
}
</style>