Shades of Dark Cerulean #075D88
Tints of Dark Cerulean #075D88
RGB
CMYK
RGB Variations
Color information
#075D88 (or 0x075D88) is known color: Dark Cerulean. HEX triplet: 07, 5D and 88. RGB value is (7,93,136). Sum of RGB (Red+Green+Blue) = 7+93+136=236 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.97% from 236); Green value is 93 (36.72% from 255 or 39.41% from 236); Blue value is 136 (53.52% from 255 or 57.63% from 236); Max value from RGB is 136 - color contains mainly: blue. Hex color #075D88 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #075D88 is #F8A277. Grayscale: #474747. Windows color (decimal): -16294520 or 8936711. OLE color: 8936711.
HSL color Cylindrical-coordinate representation of color #075D88: hue angle of 200º 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 #075D88 is Cyan = 0.95, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 7 | 93 | 136 | - |
| CMYK | 0.95 | 0.32 | 0 | 0.47 |
| HSL | 200º | 0.9% | 0.28% | - |
| HSV(B) | 200º | 0.95% | 0.53% | - |
| XYZ | 8.45 | 9.65 | 24.71 | - |
| YUV | 72.19 | 164.01 | 81.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 93 | 136 | 0.95 | 0.32 | 0 | 0.47 | 200 | 0.9 | 0.28 |
| Hex | 7 | 5D | 88 | 5F | 20 | 0 | 2F | C8 | 5A | 1C |
| Octal | 7 | 135 | 210 | 137 | 40 | 0 | 57 | 310 | 132 | 34 |
| Binary | 111 | 1011101 | 10001000 | 1011111 | 100000 | 0 | 101111 | 11001000 | 1011010 | 11100 |
Color Harmonies of #075D88
Complementary color
Monochromatic Colors of #075D88
Black with #075D88
Text Example
Text Example
White with #075D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075D88; }
p { color: rgb(7,93,136); }
H1.HeaderClassName
{
color: #075D88;
}
.AnyTagClassName
{
color: #075D88;
}
</style>
background-color css
<style>
a { background-color: #075D88; }
a { background-color: rgb(7,93,136); }
div.DivClassName
{
background-color: #075D88;
}
.BgClassName
{
background-color: #075D88;
}
</style>
border-color css
<style>
span { border-color: #075D88; }
span { border-color: rgb(7,93,136); }
td.TdClassName
{
border-color: #075D88;
}
.TagClassName
{
border-color: #075D88;
}
</style>