Shades of Dark Cerulean #063D8C
Tints of Dark Cerulean #063D8C
RGB
CMYK
RGB Variations
Color information
#063D8C (or 0x063D8C) is known color: Dark Cerulean. HEX triplet: 06, 3D and 8C. RGB value is (6,61,140). Sum of RGB (Red+Green+Blue) = 6+61+140=207 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.90% from 207); Green value is 61 (24.22% from 255 or 29.47% from 207); Blue value is 140 (55.08% from 255 or 67.63% from 207); Max value from RGB is 140 - color contains mainly: blue. Hex color #063D8C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063D8C is #F9C273. Grayscale: #353535. Windows color (decimal): -16368244 or 9190662. OLE color: 9190662.
HSL color Cylindrical-coordinate representation of color #063D8C: hue angle of 215.37º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #063D8C is Cyan = 0.96, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 6 | 61 | 140 | - |
| CMYK | 0.96 | 0.56 | 0 | 0.45 |
| HSL | 215.37º | 0.92% | 0.29% | - |
| HSV(B) | 215.37º | 0.96% | 0.55% | - |
| XYZ | 6.48 | 5.27 | 25.49 | - |
| YUV | 53.56 | 176.78 | 94.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 61 | 140 | 0.96 | 0.56 | 0 | 0.45 | 215.37 | 0.92 | 0.29 |
| Hex | 6 | 3D | 8C | 60 | 38 | 0 | 2D | D7 | 5C | 1D |
| Octal | 6 | 75 | 214 | 140 | 70 | 0 | 55 | 327 | 134 | 35 |
| Binary | 110 | 111101 | 10001100 | 1100000 | 111000 | 0 | 101101 | 11010111 | 1011100 | 11101 |
Color Harmonies of #063D8C
Complementary color
Monochromatic Colors of #063D8C
Black with #063D8C
Text Example
Text Example
White with #063D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063D8C; }
p { color: rgb(6,61,140); }
H1.HeaderClassName
{
color: #063D8C;
}
.AnyTagClassName
{
color: #063D8C;
}
</style>
background-color css
<style>
a { background-color: #063D8C; }
a { background-color: rgb(6,61,140); }
div.DivClassName
{
background-color: #063D8C;
}
.BgClassName
{
background-color: #063D8C;
}
</style>
border-color css
<style>
span { border-color: #063D8C; }
span { border-color: rgb(6,61,140); }
td.TdClassName
{
border-color: #063D8C;
}
.TagClassName
{
border-color: #063D8C;
}
</style>