Shades of Dark Cerulean #074183
Tints of Dark Cerulean #074183
RGB
CMYK
RGB Variations
Color information
#074183 (or 0x074183) is known color: Dark Cerulean. HEX triplet: 07, 41 and 83. RGB value is (7,65,131). Sum of RGB (Red+Green+Blue) = 7+65+131=203 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.45% from 203); Green value is 65 (25.78% from 255 or 32.02% from 203); Blue value is 131 (51.56% from 255 or 64.53% from 203); Max value from RGB is 131 - color contains mainly: blue. Hex color #074183 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #074183 is #F8BE7C. Grayscale: #363636. Windows color (decimal): -16301693 or 8601863. OLE color: 8601863.
HSL color Cylindrical-coordinate representation of color #074183: hue angle of 211.94º 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 #074183 is Cyan = 0.95, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 7 | 65 | 131 | - |
| CMYK | 0.95 | 0.50 | 0 | 0.49 |
| HSL | 211.94º | 0.9% | 0.27% | - |
| HSV(B) | 211.94º | 0.95% | 0.51% | - |
| XYZ | 6.07 | 5.46 | 22.21 | - |
| YUV | 55.18 | 170.78 | 93.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 65 | 131 | 0.95 | 0.50 | 0 | 0.49 | 211.94 | 0.9 | 0.27 |
| Hex | 7 | 41 | 83 | 5F | 32 | 0 | 31 | D4 | 5A | 1B |
| Octal | 7 | 101 | 203 | 137 | 62 | 0 | 61 | 324 | 132 | 33 |
| Binary | 111 | 1000001 | 10000011 | 1011111 | 110010 | 0 | 110001 | 11010100 | 1011010 | 11011 |
Color Harmonies of #074183
Complementary color
Monochromatic Colors of #074183
Black with #074183
Text Example
Text Example
White with #074183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074183; }
p { color: rgb(7,65,131); }
H1.HeaderClassName
{
color: #074183;
}
.AnyTagClassName
{
color: #074183;
}
</style>
background-color css
<style>
a { background-color: #074183; }
a { background-color: rgb(7,65,131); }
div.DivClassName
{
background-color: #074183;
}
.BgClassName
{
background-color: #074183;
}
</style>
border-color css
<style>
span { border-color: #074183; }
span { border-color: rgb(7,65,131); }
td.TdClassName
{
border-color: #074183;
}
.TagClassName
{
border-color: #074183;
}
</style>