Shades of Dark Cerulean #063A7A
Tints of Dark Cerulean #063A7A
RGB
CMYK
RGB Variations
Color information
#063A7A (or 0x063A7A) is known color: Dark Cerulean. HEX triplet: 06, 3A and 7A. RGB value is (6,58,122). Sum of RGB (Red+Green+Blue) = 6+58+122=186 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.23% from 186); Green value is 58 (23.05% from 255 or 31.18% from 186); Blue value is 122 (48.05% from 255 or 65.59% from 186); Max value from RGB is 122 - color contains mainly: blue. Hex color #063A7A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063A7A is #F9C585. Grayscale: #313131. Windows color (decimal): -16369030 or 8010246. OLE color: 8010246.
HSL color Cylindrical-coordinate representation of color #063A7A: hue angle of 213.1º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #063A7A is Cyan = 0.95, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 6 | 58 | 122 | - |
| CMYK | 0.95 | 0.52 | 0 | 0.52 |
| HSL | 213.1º | 0.91% | 0.25% | - |
| HSV(B) | 213.1º | 0.95% | 0.48% | - |
| XYZ | 5.1 | 4.47 | 19.01 | - |
| YUV | 49.75 | 168.77 | 96.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 58 | 122 | 0.95 | 0.52 | 0 | 0.52 | 213.1 | 0.91 | 0.25 |
| Hex | 6 | 3A | 7A | 5F | 34 | 0 | 34 | D5 | 5B | 19 |
| Octal | 6 | 72 | 172 | 137 | 64 | 0 | 64 | 325 | 133 | 31 |
| Binary | 110 | 111010 | 1111010 | 1011111 | 110100 | 0 | 110100 | 11010101 | 1011011 | 11001 |
Color Harmonies of #063A7A
Complementary color
Monochromatic Colors of #063A7A
Black with #063A7A
Text Example
Text Example
White with #063A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063A7A; }
p { color: rgb(6,58,122); }
H1.HeaderClassName
{
color: #063A7A;
}
.AnyTagClassName
{
color: #063A7A;
}
</style>
background-color css
<style>
a { background-color: #063A7A; }
a { background-color: rgb(6,58,122); }
div.DivClassName
{
background-color: #063A7A;
}
.BgClassName
{
background-color: #063A7A;
}
</style>
border-color css
<style>
span { border-color: #063A7A; }
span { border-color: rgb(6,58,122); }
td.TdClassName
{
border-color: #063A7A;
}
.TagClassName
{
border-color: #063A7A;
}
</style>