Shades of Dark Cerulean #074283
Tints of Dark Cerulean #074283
RGB
CMYK
RGB Variations
Color information
#074283 (or 0x074283) is known color: Dark Cerulean. HEX triplet: 07, 42 and 83. RGB value is (7,66,131). Sum of RGB (Red+Green+Blue) = 7+66+131=204 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.43% from 204); Green value is 66 (26.17% from 255 or 32.35% from 204); Blue value is 131 (51.56% from 255 or 64.22% from 204); Max value from RGB is 131 - color contains mainly: blue. Hex color #074283 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #074283 is #F8BD7C. Grayscale: #373737. Windows color (decimal): -16301437 or 8602119. OLE color: 8602119.
HSL color Cylindrical-coordinate representation of color #074283: hue angle of 211.45º 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 #074283 is Cyan = 0.95, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 7 | 66 | 131 | - |
| CMYK | 0.95 | 0.50 | 0 | 0.49 |
| HSL | 211.45º | 0.9% | 0.27% | - |
| HSV(B) | 211.45º | 0.95% | 0.51% | - |
| XYZ | 6.13 | 5.58 | 22.23 | - |
| YUV | 55.77 | 170.45 | 93.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 66 | 131 | 0.95 | 0.50 | 0 | 0.49 | 211.45 | 0.9 | 0.27 |
| Hex | 7 | 42 | 83 | 5F | 32 | 0 | 31 | D3 | 5A | 1B |
| Octal | 7 | 102 | 203 | 137 | 62 | 0 | 61 | 323 | 132 | 33 |
| Binary | 111 | 1000010 | 10000011 | 1011111 | 110010 | 0 | 110001 | 11010011 | 1011010 | 11011 |
Color Harmonies of #074283
Complementary color
Monochromatic Colors of #074283
Black with #074283
Text Example
Text Example
White with #074283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074283; }
p { color: rgb(7,66,131); }
H1.HeaderClassName
{
color: #074283;
}
.AnyTagClassName
{
color: #074283;
}
</style>
background-color css
<style>
a { background-color: #074283; }
a { background-color: rgb(7,66,131); }
div.DivClassName
{
background-color: #074283;
}
.BgClassName
{
background-color: #074283;
}
</style>
border-color css
<style>
span { border-color: #074283; }
span { border-color: rgb(7,66,131); }
td.TdClassName
{
border-color: #074283;
}
.TagClassName
{
border-color: #074283;
}
</style>