Shades of Dark Cerulean #063F85
Tints of Dark Cerulean #063F85
RGB
CMYK
RGB Variations
Color information
#063F85 (or 0x063F85) is known color: Dark Cerulean. HEX triplet: 06, 3F and 85. RGB value is (6,63,133). Sum of RGB (Red+Green+Blue) = 6+63+133=202 (26% of max value = 765). Red value is 6 (2.73% from 255 or 2.97% from 202); Green value is 63 (25% from 255 or 31.19% from 202); Blue value is 133 (52.34% from 255 or 65.84% from 202); Max value from RGB is 133 - color contains mainly: blue. Hex color #063F85 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063F85 is #F9C07A. Grayscale: #353535. Windows color (decimal): -16367739 or 8732422. OLE color: 8732422.
HSL color Cylindrical-coordinate representation of color #063F85: hue angle of 213.07º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #063F85 is Cyan = 0.95, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 6 | 63 | 133 | - |
| CMYK | 0.95 | 0.53 | 0 | 0.48 |
| HSL | 213.07º | 0.91% | 0.27% | - |
| HSV(B) | 213.07º | 0.95% | 0.52% | - |
| XYZ | 6.09 | 5.29 | 22.89 | - |
| YUV | 53.94 | 172.62 | 93.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 63 | 133 | 0.95 | 0.53 | 0 | 0.48 | 213.07 | 0.91 | 0.27 |
| Hex | 6 | 3F | 85 | 5F | 35 | 0 | 30 | D5 | 5B | 1B |
| Octal | 6 | 77 | 205 | 137 | 65 | 0 | 60 | 325 | 133 | 33 |
| Binary | 110 | 111111 | 10000101 | 1011111 | 110101 | 0 | 110000 | 11010101 | 1011011 | 11011 |
Color Harmonies of #063F85
Complementary color
Monochromatic Colors of #063F85
Black with #063F85
Text Example
Text Example
White with #063F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063F85; }
p { color: rgb(6,63,133); }
H1.HeaderClassName
{
color: #063F85;
}
.AnyTagClassName
{
color: #063F85;
}
</style>
background-color css
<style>
a { background-color: #063F85; }
a { background-color: rgb(6,63,133); }
div.DivClassName
{
background-color: #063F85;
}
.BgClassName
{
background-color: #063F85;
}
</style>
border-color css
<style>
span { border-color: #063F85; }
span { border-color: rgb(6,63,133); }
td.TdClassName
{
border-color: #063F85;
}
.TagClassName
{
border-color: #063F85;
}
</style>