Shades of Dark Cerulean #063A74
Tints of Dark Cerulean #063A74
RGB
CMYK
RGB Variations
Color information
#063A74 (or 0x063A74) is known color: Dark Cerulean. HEX triplet: 06, 3A and 74. RGB value is (6,58,116). Sum of RGB (Red+Green+Blue) = 6+58+116=180 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.33% from 180); Green value is 58 (23.05% from 255 or 32.22% from 180); Blue value is 116 (45.70% from 255 or 64.44% from 180); Max value from RGB is 116 - color contains mainly: blue. Hex color #063A74 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063A74 is #F9C58B. Grayscale: #303030. Windows color (decimal): -16369036 or 7617030. OLE color: 7617030.
HSL color Cylindrical-coordinate representation of color #063A74: hue angle of 211.64º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #063A74 is Cyan = 0.95, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 6 | 58 | 116 | - |
| CMYK | 0.95 | 0.5 | 0 | 0.55 |
| HSL | 211.64º | 0.9% | 0.24% | - |
| HSV(B) | 211.64º | 0.95% | 0.45% | - |
| XYZ | 4.74 | 4.33 | 17.11 | - |
| YUV | 49.06 | 165.77 | 97.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 58 | 116 | 0.95 | 0.5 | 0 | 0.55 | 211.64 | 0.9 | 0.24 |
| Hex | 6 | 3A | 74 | 5F | 32 | 0 | 37 | D4 | 5A | 18 |
| Octal | 6 | 72 | 164 | 137 | 62 | 0 | 67 | 324 | 132 | 30 |
| Binary | 110 | 111010 | 1110100 | 1011111 | 110010 | 0 | 110111 | 11010100 | 1011010 | 11000 |
Color Harmonies of #063A74
Complementary color
Monochromatic Colors of #063A74
Black with #063A74
Text Example
Text Example
White with #063A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063A74; }
p { color: rgb(6,58,116); }
H1.HeaderClassName
{
color: #063A74;
}
.AnyTagClassName
{
color: #063A74;
}
</style>
background-color css
<style>
a { background-color: #063A74; }
a { background-color: rgb(6,58,116); }
div.DivClassName
{
background-color: #063A74;
}
.BgClassName
{
background-color: #063A74;
}
</style>
border-color css
<style>
span { border-color: #063A74; }
span { border-color: rgb(6,58,116); }
td.TdClassName
{
border-color: #063A74;
}
.TagClassName
{
border-color: #063A74;
}
</style>