Shades of Dark Cerulean #075A89
Tints of Dark Cerulean #075A89
RGB
CMYK
RGB Variations
Color information
#075A89 (or 0x075A89) is known color: Dark Cerulean. HEX triplet: 07, 5A and 89. RGB value is (7,90,137). Sum of RGB (Red+Green+Blue) = 7+90+137=234 (30% of max value = 765). Red value is 7 (3.12% from 255 or 2.99% from 234); Green value is 90 (35.55% from 255 or 38.46% from 234); Blue value is 137 (53.91% from 255 or 58.55% from 234); Max value from RGB is 137 - color contains mainly: blue. Hex color #075A89 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #075A89 is #F8A576. Grayscale: #464646. Windows color (decimal): -16295287 or 9001479. OLE color: 9001479.
HSL color Cylindrical-coordinate representation of color #075A89: hue angle of 201.69º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #075A89 is Cyan = 0.95, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 7 | 90 | 137 | - |
| CMYK | 0.95 | 0.34 | 0 | 0.46 |
| HSL | 201.69º | 0.9% | 0.28% | - |
| HSV(B) | 201.69º | 0.95% | 0.54% | - |
| XYZ | 8.26 | 9.16 | 25 | - |
| YUV | 70.54 | 165.5 | 82.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 90 | 137 | 0.95 | 0.34 | 0 | 0.46 | 201.69 | 0.9 | 0.28 |
| Hex | 7 | 5A | 89 | 5F | 22 | 0 | 2E | CA | 5A | 1C |
| Octal | 7 | 132 | 211 | 137 | 42 | 0 | 56 | 312 | 132 | 34 |
| Binary | 111 | 1011010 | 10001001 | 1011111 | 100010 | 0 | 101110 | 11001010 | 1011010 | 11100 |
Color Harmonies of #075A89
Complementary color
Monochromatic Colors of #075A89
Black with #075A89
Text Example
Text Example
White with #075A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075A89; }
p { color: rgb(7,90,137); }
H1.HeaderClassName
{
color: #075A89;
}
.AnyTagClassName
{
color: #075A89;
}
</style>
background-color css
<style>
a { background-color: #075A89; }
a { background-color: rgb(7,90,137); }
div.DivClassName
{
background-color: #075A89;
}
.BgClassName
{
background-color: #075A89;
}
</style>
border-color css
<style>
span { border-color: #075A89; }
span { border-color: rgb(7,90,137); }
td.TdClassName
{
border-color: #075A89;
}
.TagClassName
{
border-color: #075A89;
}
</style>