Shades of Dark Cerulean #074768
Tints of Dark Cerulean #074768
RGB
CMYK
RGB Variations
Color information
#074768 (or 0x074768) is known color: Dark Cerulean. HEX triplet: 07, 47 and 68. RGB value is (7,71,104). Sum of RGB (Red+Green+Blue) = 7+71+104=182 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.85% from 182); Green value is 71 (28.12% from 255 or 39.01% from 182); Blue value is 104 (41.02% from 255 or 57.14% from 182); Max value from RGB is 104 - color contains mainly: blue. Hex color #074768 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074768 is #F8B897. Grayscale: #373737. Windows color (decimal): -16300184 or 6833927. OLE color: 6833927.
HSL color Cylindrical-coordinate representation of color #074768: hue angle of 200.41º degrees, saturation: 0.87, 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 #074768 is Cyan = 0.93, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 7 | 71 | 104 | - |
| CMYK | 0.93 | 0.32 | 0 | 0.59 |
| HSL | 200.41º | 0.87% | 0.22% | - |
| HSV(B) | 200.41º | 0.93% | 0.41% | - |
| XYZ | 4.84 | 5.55 | 13.91 | - |
| YUV | 55.63 | 155.3 | 93.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 71 | 104 | 0.93 | 0.32 | 0 | 0.59 | 200.41 | 0.87 | 0.22 |
| Hex | 7 | 47 | 68 | 5D | 20 | 0 | 3B | C8 | 57 | 16 |
| Octal | 7 | 107 | 150 | 135 | 40 | 0 | 73 | 310 | 127 | 26 |
| Binary | 111 | 1000111 | 1101000 | 1011101 | 100000 | 0 | 111011 | 11001000 | 1010111 | 10110 |
Color Harmonies of #074768
Complementary color
Monochromatic Colors of #074768
Black with #074768
Text Example
Text Example
White with #074768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074768; }
p { color: rgb(7,71,104); }
H1.HeaderClassName
{
color: #074768;
}
.AnyTagClassName
{
color: #074768;
}
</style>
background-color css
<style>
a { background-color: #074768; }
a { background-color: rgb(7,71,104); }
div.DivClassName
{
background-color: #074768;
}
.BgClassName
{
background-color: #074768;
}
</style>
border-color css
<style>
span { border-color: #074768; }
span { border-color: rgb(7,71,104); }
td.TdClassName
{
border-color: #074768;
}
.TagClassName
{
border-color: #074768;
}
</style>