Shades of Dark Cerulean #074282
Tints of Dark Cerulean #074282
RGB
CMYK
RGB Variations
Color information
#074282 (or 0x074282) is known color: Dark Cerulean. HEX triplet: 07, 42 and 82. RGB value is (7,66,130). Sum of RGB (Red+Green+Blue) = 7+66+130=203 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.45% from 203); Green value is 66 (26.17% from 255 or 32.51% from 203); Blue value is 130 (51.17% from 255 or 64.04% from 203); Max value from RGB is 130 - color contains mainly: blue. Hex color #074282 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #074282 is #F8BD7D. Grayscale: #373737. Windows color (decimal): -16301438 or 8536583. OLE color: 8536583.
HSL color Cylindrical-coordinate representation of color #074282: hue angle of 211.22º 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 #074282 is Cyan = 0.95, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 7 | 66 | 130 | - |
| CMYK | 0.95 | 0.49 | 0 | 0.49 |
| HSL | 211.22º | 0.9% | 0.27% | - |
| HSV(B) | 211.22º | 0.95% | 0.51% | - |
| XYZ | 6.07 | 5.55 | 21.87 | - |
| YUV | 55.66 | 169.95 | 93.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 66 | 130 | 0.95 | 0.49 | 0 | 0.49 | 211.22 | 0.9 | 0.27 |
| Hex | 7 | 42 | 82 | 5F | 31 | 0 | 31 | D3 | 5A | 1B |
| Octal | 7 | 102 | 202 | 137 | 61 | 0 | 61 | 323 | 132 | 33 |
| Binary | 111 | 1000010 | 10000010 | 1011111 | 110001 | 0 | 110001 | 11010011 | 1011010 | 11011 |
Color Harmonies of #074282
Complementary color
Monochromatic Colors of #074282
Black with #074282
Text Example
Text Example
White with #074282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074282; }
p { color: rgb(7,66,130); }
H1.HeaderClassName
{
color: #074282;
}
.AnyTagClassName
{
color: #074282;
}
</style>
background-color css
<style>
a { background-color: #074282; }
a { background-color: rgb(7,66,130); }
div.DivClassName
{
background-color: #074282;
}
.BgClassName
{
background-color: #074282;
}
</style>
border-color css
<style>
span { border-color: #074282; }
span { border-color: rgb(7,66,130); }
td.TdClassName
{
border-color: #074282;
}
.TagClassName
{
border-color: #074282;
}
</style>