Shades of Dark Cerulean #074769
Tints of Dark Cerulean #074769
RGB
CMYK
RGB Variations
Color information
#074769 (or 0x074769) is known color: Dark Cerulean. HEX triplet: 07, 47 and 69. RGB value is (7,71,105). Sum of RGB (Red+Green+Blue) = 7+71+105=183 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.83% from 183); Green value is 71 (28.12% from 255 or 38.80% from 183); Blue value is 105 (41.41% from 255 or 57.38% from 183); Max value from RGB is 105 - color contains mainly: blue. Hex color #074769 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074769 is #F8B896. Grayscale: #373737. Windows color (decimal): -16300183 or 6899463. OLE color: 6899463.
HSL color Cylindrical-coordinate representation of color #074769: hue angle of 200.82º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #074769 is Cyan = 0.93, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 7 | 71 | 105 | - |
| CMYK | 0.93 | 0.32 | 0 | 0.59 |
| HSL | 200.82º | 0.88% | 0.22% | - |
| HSV(B) | 200.82º | 0.93% | 0.41% | - |
| XYZ | 4.89 | 5.57 | 14.18 | - |
| YUV | 55.74 | 155.8 | 93.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 71 | 105 | 0.93 | 0.32 | 0 | 0.59 | 200.82 | 0.88 | 0.22 |
| Hex | 7 | 47 | 69 | 5D | 20 | 0 | 3B | C9 | 58 | 16 |
| Octal | 7 | 107 | 151 | 135 | 40 | 0 | 73 | 311 | 130 | 26 |
| Binary | 111 | 1000111 | 1101001 | 1011101 | 100000 | 0 | 111011 | 11001001 | 1011000 | 10110 |
Color Harmonies of #074769
Complementary color
Monochromatic Colors of #074769
Black with #074769
Text Example
Text Example
White with #074769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074769; }
p { color: rgb(7,71,105); }
H1.HeaderClassName
{
color: #074769;
}
.AnyTagClassName
{
color: #074769;
}
</style>
background-color css
<style>
a { background-color: #074769; }
a { background-color: rgb(7,71,105); }
div.DivClassName
{
background-color: #074769;
}
.BgClassName
{
background-color: #074769;
}
</style>
border-color css
<style>
span { border-color: #074769; }
span { border-color: rgb(7,71,105); }
td.TdClassName
{
border-color: #074769;
}
.TagClassName
{
border-color: #074769;
}
</style>