Shades of Dark Cerulean #063F83
Tints of Dark Cerulean #063F83
RGB
CMYK
RGB Variations
Color information
#063F83 (or 0x063F83) is known color: Dark Cerulean. HEX triplet: 06, 3F and 83. RGB value is (6,63,131). Sum of RGB (Red+Green+Blue) = 6+63+131=200 (26% of max value = 765). Red value is 6 (2.73% from 255 or 3% from 200); Green value is 63 (25% from 255 or 31.5% from 200); Blue value is 131 (51.56% from 255 or 65.5% from 200); Max value from RGB is 131 - color contains mainly: blue. Hex color #063F83 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063F83 is #F9C07C. Grayscale: #353535. Windows color (decimal): -16367741 or 8601350. OLE color: 8601350.
HSL color Cylindrical-coordinate representation of color #063F83: hue angle of 212.64º 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 #063F83 is Cyan = 0.95, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 6 | 63 | 131 | - |
| CMYK | 0.95 | 0.52 | 0 | 0.49 |
| HSL | 212.64º | 0.91% | 0.27% | - |
| HSV(B) | 212.64º | 0.95% | 0.51% | - |
| XYZ | 5.95 | 5.23 | 22.17 | - |
| YUV | 53.71 | 171.62 | 93.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 63 | 131 | 0.95 | 0.52 | 0 | 0.49 | 212.64 | 0.91 | 0.27 |
| Hex | 6 | 3F | 83 | 5F | 34 | 0 | 31 | D5 | 5B | 1B |
| Octal | 6 | 77 | 203 | 137 | 64 | 0 | 61 | 325 | 133 | 33 |
| Binary | 110 | 111111 | 10000011 | 1011111 | 110100 | 0 | 110001 | 11010101 | 1011011 | 11011 |
Color Harmonies of #063F83
Complementary color
Monochromatic Colors of #063F83
Black with #063F83
Text Example
Text Example
White with #063F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063F83; }
p { color: rgb(6,63,131); }
H1.HeaderClassName
{
color: #063F83;
}
.AnyTagClassName
{
color: #063F83;
}
</style>
background-color css
<style>
a { background-color: #063F83; }
a { background-color: rgb(6,63,131); }
div.DivClassName
{
background-color: #063F83;
}
.BgClassName
{
background-color: #063F83;
}
</style>
border-color css
<style>
span { border-color: #063F83; }
span { border-color: rgb(6,63,131); }
td.TdClassName
{
border-color: #063F83;
}
.TagClassName
{
border-color: #063F83;
}
</style>