Shades of Dark Cerulean #075A8E
Tints of Dark Cerulean #075A8E
RGB
CMYK
RGB Variations
Color information
#075A8E (or 0x075A8E) is known color: Dark Cerulean. HEX triplet: 07, 5A and 8E. RGB value is (7,90,142). Sum of RGB (Red+Green+Blue) = 7+90+142=239 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.93% from 239); Green value is 90 (35.55% from 255 or 37.66% from 239); Blue value is 142 (55.86% from 255 or 59.41% from 239); Max value from RGB is 142 - color contains mainly: blue. Hex color #075A8E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #075A8E is #F8A571. Grayscale: #464646. Windows color (decimal): -16295282 or 9329159. OLE color: 9329159.
HSL color Cylindrical-coordinate representation of color #075A8E: hue angle of 203.11º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #075A8E is Cyan = 0.95, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 7 | 90 | 142 | - |
| CMYK | 0.95 | 0.37 | 0 | 0.44 |
| HSL | 203.11º | 0.91% | 0.29% | - |
| HSV(B) | 203.11º | 0.95% | 0.56% | - |
| XYZ | 8.63 | 9.31 | 26.93 | - |
| YUV | 71.11 | 168 | 82.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 90 | 142 | 0.95 | 0.37 | 0 | 0.44 | 203.11 | 0.91 | 0.29 |
| Hex | 7 | 5A | 8E | 5F | 25 | 0 | 2C | CB | 5B | 1D |
| Octal | 7 | 132 | 216 | 137 | 45 | 0 | 54 | 313 | 133 | 35 |
| Binary | 111 | 1011010 | 10001110 | 1011111 | 100101 | 0 | 101100 | 11001011 | 1011011 | 11101 |
Color Harmonies of #075A8E
Complementary color
Monochromatic Colors of #075A8E
Black with #075A8E
Text Example
Text Example
White with #075A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075A8E; }
p { color: rgb(7,90,142); }
H1.HeaderClassName
{
color: #075A8E;
}
.AnyTagClassName
{
color: #075A8E;
}
</style>
background-color css
<style>
a { background-color: #075A8E; }
a { background-color: rgb(7,90,142); }
div.DivClassName
{
background-color: #075A8E;
}
.BgClassName
{
background-color: #075A8E;
}
</style>
border-color css
<style>
span { border-color: #075A8E; }
span { border-color: rgb(7,90,142); }
td.TdClassName
{
border-color: #075A8E;
}
.TagClassName
{
border-color: #075A8E;
}
</style>