Shades of Dark Cerulean #074288
Tints of Dark Cerulean #074288
RGB
CMYK
RGB Variations
Color information
#074288 (or 0x074288) is known color: Dark Cerulean. HEX triplet: 07, 42 and 88. RGB value is (7,66,136). Sum of RGB (Red+Green+Blue) = 7+66+136=209 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.35% from 209); Green value is 66 (26.17% from 255 or 31.58% from 209); Blue value is 136 (53.52% from 255 or 65.07% from 209); Max value from RGB is 136 - color contains mainly: blue. Hex color #074288 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #074288 is #F8BD77. Grayscale: #383838. Windows color (decimal): -16301432 or 8929799. OLE color: 8929799.
HSL color Cylindrical-coordinate representation of color #074288: hue angle of 212.56º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #074288 is Cyan = 0.95, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 7 | 66 | 136 | - |
| CMYK | 0.95 | 0.51 | 0 | 0.47 |
| HSL | 212.56º | 0.9% | 0.28% | - |
| HSV(B) | 212.56º | 0.95% | 0.53% | - |
| XYZ | 6.48 | 5.72 | 24.05 | - |
| YUV | 56.34 | 172.95 | 92.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 66 | 136 | 0.95 | 0.51 | 0 | 0.47 | 212.56 | 0.9 | 0.28 |
| Hex | 7 | 42 | 88 | 5F | 33 | 0 | 2F | D5 | 5A | 1C |
| Octal | 7 | 102 | 210 | 137 | 63 | 0 | 57 | 325 | 132 | 34 |
| Binary | 111 | 1000010 | 10001000 | 1011111 | 110011 | 0 | 101111 | 11010101 | 1011010 | 11100 |
Color Harmonies of #074288
Complementary color
Monochromatic Colors of #074288
Black with #074288
Text Example
Text Example
White with #074288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074288; }
p { color: rgb(7,66,136); }
H1.HeaderClassName
{
color: #074288;
}
.AnyTagClassName
{
color: #074288;
}
</style>
background-color css
<style>
a { background-color: #074288; }
a { background-color: rgb(7,66,136); }
div.DivClassName
{
background-color: #074288;
}
.BgClassName
{
background-color: #074288;
}
</style>
border-color css
<style>
span { border-color: #074288; }
span { border-color: rgb(7,66,136); }
td.TdClassName
{
border-color: #074288;
}
.TagClassName
{
border-color: #074288;
}
</style>