Shades of Dark Cerulean #075A8D
Tints of Dark Cerulean #075A8D
RGB
CMYK
RGB Variations
Color information
#075A8D (or 0x075A8D) is known color: Dark Cerulean. HEX triplet: 07, 5A and 8D. RGB value is (7,90,141). Sum of RGB (Red+Green+Blue) = 7+90+141=238 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.94% from 238); Green value is 90 (35.55% from 255 or 37.82% from 238); Blue value is 141 (55.47% from 255 or 59.24% from 238); Max value from RGB is 141 - color contains mainly: blue. Hex color #075A8D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #075A8D is #F8A572. Grayscale: #464646. Windows color (decimal): -16295283 or 9263623. OLE color: 9263623.
HSL color Cylindrical-coordinate representation of color #075A8D: hue angle of 202.84º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #075A8D is Cyan = 0.95, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 7 | 90 | 141 | - |
| CMYK | 0.95 | 0.36 | 0 | 0.45 |
| HSL | 202.84º | 0.91% | 0.29% | - |
| HSV(B) | 202.84º | 0.95% | 0.55% | - |
| XYZ | 8.55 | 9.28 | 26.54 | - |
| YUV | 71 | 167.5 | 82.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 90 | 141 | 0.95 | 0.36 | 0 | 0.45 | 202.84 | 0.91 | 0.29 |
| Hex | 7 | 5A | 8D | 5F | 24 | 0 | 2D | CB | 5B | 1D |
| Octal | 7 | 132 | 215 | 137 | 44 | 0 | 55 | 313 | 133 | 35 |
| Binary | 111 | 1011010 | 10001101 | 1011111 | 100100 | 0 | 101101 | 11001011 | 1011011 | 11101 |
Color Harmonies of #075A8D
Complementary color
Monochromatic Colors of #075A8D
Black with #075A8D
Text Example
Text Example
White with #075A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075A8D; }
p { color: rgb(7,90,141); }
H1.HeaderClassName
{
color: #075A8D;
}
.AnyTagClassName
{
color: #075A8D;
}
</style>
background-color css
<style>
a { background-color: #075A8D; }
a { background-color: rgb(7,90,141); }
div.DivClassName
{
background-color: #075A8D;
}
.BgClassName
{
background-color: #075A8D;
}
</style>
border-color css
<style>
span { border-color: #075A8D; }
span { border-color: rgb(7,90,141); }
td.TdClassName
{
border-color: #075A8D;
}
.TagClassName
{
border-color: #075A8D;
}
</style>