Shades of Dark Cerulean #063483
Tints of Dark Cerulean #063483
RGB
CMYK
RGB Variations
Color information
#063483 (or 0x063483) is known color: Dark Cerulean. HEX triplet: 06, 34 and 83. RGB value is (6,52,131). Sum of RGB (Red+Green+Blue) = 6+52+131=189 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.17% from 189); Green value is 52 (20.70% from 255 or 27.51% from 189); Blue value is 131 (51.56% from 255 or 69.31% from 189); Max value from RGB is 131 - color contains mainly: blue. Hex color #063483 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063483 is #F9CB7C. Grayscale: #2E2E2E. Windows color (decimal): -16370557 or 8598534. OLE color: 8598534.
HSL color Cylindrical-coordinate representation of color #063483: hue angle of 217.92º 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 #063483 is Cyan = 0.95, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 6 | 52 | 131 | - |
| CMYK | 0.95 | 0.60 | 0 | 0.49 |
| HSL | 217.92º | 0.91% | 0.27% | - |
| HSV(B) | 217.92º | 0.95% | 0.51% | - |
| XYZ | 5.4 | 4.13 | 21.99 | - |
| YUV | 47.25 | 175.26 | 98.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 52 | 131 | 0.95 | 0.60 | 0 | 0.49 | 217.92 | 0.91 | 0.27 |
| Hex | 6 | 34 | 83 | 5F | 3C | 0 | 31 | DA | 5B | 1B |
| Octal | 6 | 64 | 203 | 137 | 74 | 0 | 61 | 332 | 133 | 33 |
| Binary | 110 | 110100 | 10000011 | 1011111 | 111100 | 0 | 110001 | 11011010 | 1011011 | 11011 |
Color Harmonies of #063483
Complementary color
Monochromatic Colors of #063483
Black with #063483
Text Example
Text Example
White with #063483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063483; }
p { color: rgb(6,52,131); }
H1.HeaderClassName
{
color: #063483;
}
.AnyTagClassName
{
color: #063483;
}
</style>
background-color css
<style>
a { background-color: #063483; }
a { background-color: rgb(6,52,131); }
div.DivClassName
{
background-color: #063483;
}
.BgClassName
{
background-color: #063483;
}
</style>
border-color css
<style>
span { border-color: #063483; }
span { border-color: rgb(6,52,131); }
td.TdClassName
{
border-color: #063483;
}
.TagClassName
{
border-color: #063483;
}
</style>