Shades of Dark Cerulean #073483
Tints of Dark Cerulean #073483
RGB
CMYK
RGB Variations
Color information
#073483 (or 0x073483) is known color: Dark Cerulean. HEX triplet: 07, 34 and 83. RGB value is (7,52,131). Sum of RGB (Red+Green+Blue) = 7+52+131=190 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.68% from 190); Green value is 52 (20.70% from 255 or 27.37% from 190); Blue value is 131 (51.56% from 255 or 68.95% from 190); Max value from RGB is 131 - color contains mainly: blue. Hex color #073483 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #073483 is #F8CB7C. Grayscale: #2F2F2F. Windows color (decimal): -16305021 or 8598535. OLE color: 8598535.
HSL color Cylindrical-coordinate representation of color #073483: hue angle of 218.23º degrees, saturation: 0.9, 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 #073483 is Cyan = 0.95, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 7 | 52 | 131 | - |
| CMYK | 0.95 | 0.60 | 0 | 0.49 |
| HSL | 218.23º | 0.9% | 0.27% | - |
| HSV(B) | 218.23º | 0.95% | 0.51% | - |
| XYZ | 5.41 | 4.14 | 21.99 | - |
| YUV | 47.55 | 175.09 | 99.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 52 | 131 | 0.95 | 0.60 | 0 | 0.49 | 218.23 | 0.9 | 0.27 |
| Hex | 7 | 34 | 83 | 5F | 3C | 0 | 31 | DA | 5A | 1B |
| Octal | 7 | 64 | 203 | 137 | 74 | 0 | 61 | 332 | 132 | 33 |
| Binary | 111 | 110100 | 10000011 | 1011111 | 111100 | 0 | 110001 | 11011010 | 1011010 | 11011 |
Color Harmonies of #073483
Complementary color
Monochromatic Colors of #073483
Black with #073483
Text Example
Text Example
White with #073483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073483; }
p { color: rgb(7,52,131); }
H1.HeaderClassName
{
color: #073483;
}
.AnyTagClassName
{
color: #073483;
}
</style>
background-color css
<style>
a { background-color: #073483; }
a { background-color: rgb(7,52,131); }
div.DivClassName
{
background-color: #073483;
}
.BgClassName
{
background-color: #073483;
}
</style>
border-color css
<style>
span { border-color: #073483; }
span { border-color: rgb(7,52,131); }
td.TdClassName
{
border-color: #073483;
}
.TagClassName
{
border-color: #073483;
}
</style>