Shades of Dark Cerulean #074483
Tints of Dark Cerulean #074483
RGB
CMYK
RGB Variations
Color information
#074483 (or 0x074483) is known color: Dark Cerulean. HEX triplet: 07, 44 and 83. RGB value is (7,68,131). Sum of RGB (Red+Green+Blue) = 7+68+131=206 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.40% from 206); Green value is 68 (26.95% from 255 or 33.01% from 206); Blue value is 131 (51.56% from 255 or 63.59% from 206); Max value from RGB is 131 - color contains mainly: blue. Hex color #074483 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #074483 is #F8BB7C. Grayscale: #383838. Windows color (decimal): -16300925 or 8602631. OLE color: 8602631.
HSL color Cylindrical-coordinate representation of color #074483: hue angle of 210.48º 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 #074483 is Cyan = 0.95, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 7 | 68 | 131 | - |
| CMYK | 0.95 | 0.48 | 0 | 0.49 |
| HSL | 210.48º | 0.9% | 0.27% | - |
| HSV(B) | 210.48º | 0.95% | 0.51% | - |
| XYZ | 6.25 | 5.82 | 22.27 | - |
| YUV | 56.94 | 169.79 | 92.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 68 | 131 | 0.95 | 0.48 | 0 | 0.49 | 210.48 | 0.9 | 0.27 |
| Hex | 7 | 44 | 83 | 5F | 30 | 0 | 31 | D2 | 5A | 1B |
| Octal | 7 | 104 | 203 | 137 | 60 | 0 | 61 | 322 | 132 | 33 |
| Binary | 111 | 1000100 | 10000011 | 1011111 | 110000 | 0 | 110001 | 11010010 | 1011010 | 11011 |
Color Harmonies of #074483
Complementary color
Monochromatic Colors of #074483
Black with #074483
Text Example
Text Example
White with #074483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074483; }
p { color: rgb(7,68,131); }
H1.HeaderClassName
{
color: #074483;
}
.AnyTagClassName
{
color: #074483;
}
</style>
background-color css
<style>
a { background-color: #074483; }
a { background-color: rgb(7,68,131); }
div.DivClassName
{
background-color: #074483;
}
.BgClassName
{
background-color: #074483;
}
</style>
border-color css
<style>
span { border-color: #074483; }
span { border-color: rgb(7,68,131); }
td.TdClassName
{
border-color: #074483;
}
.TagClassName
{
border-color: #074483;
}
</style>