Shades of Dark Cerulean #074277
Tints of Dark Cerulean #074277
RGB
CMYK
RGB Variations
Color information
#074277 (or 0x074277) is known color: Dark Cerulean. HEX triplet: 07, 42 and 77. RGB value is (7,66,119). Sum of RGB (Red+Green+Blue) = 7+66+119=192 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.65% from 192); Green value is 66 (26.17% from 255 or 34.38% from 192); Blue value is 119 (46.88% from 255 or 61.98% from 192); Max value from RGB is 119 - color contains mainly: blue. Hex color #074277 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074277 is #F8BD88. Grayscale: #363636. Windows color (decimal): -16301449 or 7815687. OLE color: 7815687.
HSL color Cylindrical-coordinate representation of color #074277: hue angle of 208.39º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #074277 is Cyan = 0.94, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 7 | 66 | 119 | - |
| CMYK | 0.94 | 0.45 | 0 | 0.53 |
| HSL | 208.39º | 0.89% | 0.25% | - |
| HSV(B) | 208.39º | 0.94% | 0.47% | - |
| XYZ | 5.37 | 5.27 | 18.19 | - |
| YUV | 54.4 | 164.45 | 94.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 66 | 119 | 0.94 | 0.45 | 0 | 0.53 | 208.39 | 0.89 | 0.25 |
| Hex | 7 | 42 | 77 | 5E | 2D | 0 | 35 | D0 | 59 | 19 |
| Octal | 7 | 102 | 167 | 136 | 55 | 0 | 65 | 320 | 131 | 31 |
| Binary | 111 | 1000010 | 1110111 | 1011110 | 101101 | 0 | 110101 | 11010000 | 1011001 | 11001 |
Color Harmonies of #074277
Complementary color
Monochromatic Colors of #074277
Black with #074277
Text Example
Text Example
White with #074277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074277; }
p { color: rgb(7,66,119); }
H1.HeaderClassName
{
color: #074277;
}
.AnyTagClassName
{
color: #074277;
}
</style>
background-color css
<style>
a { background-color: #074277; }
a { background-color: rgb(7,66,119); }
div.DivClassName
{
background-color: #074277;
}
.BgClassName
{
background-color: #074277;
}
</style>
border-color css
<style>
span { border-color: #074277; }
span { border-color: rgb(7,66,119); }
td.TdClassName
{
border-color: #074277;
}
.TagClassName
{
border-color: #074277;
}
</style>