Shades of Dark Cerulean #063880
Tints of Dark Cerulean #063880
RGB
CMYK
RGB Variations
Color information
#063880 (or 0x063880) is known color: Dark Cerulean. HEX triplet: 06, 38 and 80. RGB value is (6,56,128). Sum of RGB (Red+Green+Blue) = 6+56+128=190 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.16% from 190); Green value is 56 (22.27% from 255 or 29.47% from 190); Blue value is 128 (50.39% from 255 or 67.37% from 190); Max value from RGB is 128 - color contains mainly: blue. Hex color #063880 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063880 is #F9C77F. Grayscale: #303030. Windows color (decimal): -16369536 or 8402950. OLE color: 8402950.
HSL color Cylindrical-coordinate representation of color #063880: hue angle of 215.41º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #063880 is Cyan = 0.95, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 6 | 56 | 128 | - |
| CMYK | 0.95 | 0.56 | 0 | 0.50 |
| HSL | 215.41º | 0.91% | 0.26% | - |
| HSV(B) | 215.41º | 0.95% | 0.5% | - |
| XYZ | 5.39 | 4.43 | 20.99 | - |
| YUV | 49.26 | 172.44 | 97.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 56 | 128 | 0.95 | 0.56 | 0 | 0.50 | 215.41 | 0.91 | 0.26 |
| Hex | 6 | 38 | 80 | 5F | 38 | 0 | 32 | D7 | 5B | 1A |
| Octal | 6 | 70 | 200 | 137 | 70 | 0 | 62 | 327 | 133 | 32 |
| Binary | 110 | 111000 | 10000000 | 1011111 | 111000 | 0 | 110010 | 11010111 | 1011011 | 11010 |
Color Harmonies of #063880
Complementary color
Monochromatic Colors of #063880
Black with #063880
Text Example
Text Example
White with #063880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063880; }
p { color: rgb(6,56,128); }
H1.HeaderClassName
{
color: #063880;
}
.AnyTagClassName
{
color: #063880;
}
</style>
background-color css
<style>
a { background-color: #063880; }
a { background-color: rgb(6,56,128); }
div.DivClassName
{
background-color: #063880;
}
.BgClassName
{
background-color: #063880;
}
</style>
border-color css
<style>
span { border-color: #063880; }
span { border-color: rgb(6,56,128); }
td.TdClassName
{
border-color: #063880;
}
.TagClassName
{
border-color: #063880;
}
</style>