Shades of Dark Cerulean #075A8A
Tints of Dark Cerulean #075A8A
RGB
CMYK
RGB Variations
Color information
#075A8A (or 0x075A8A) is known color: Dark Cerulean. HEX triplet: 07, 5A and 8A. RGB value is (7,90,138). Sum of RGB (Red+Green+Blue) = 7+90+138=235 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.98% from 235); Green value is 90 (35.55% from 255 or 38.30% from 235); Blue value is 138 (54.30% from 255 or 58.72% from 235); Max value from RGB is 138 - color contains mainly: blue. Hex color #075A8A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #075A8A is #F8A575. Grayscale: #464646. Windows color (decimal): -16295286 or 9067015. OLE color: 9067015.
HSL color Cylindrical-coordinate representation of color #075A8A: hue angle of 201.98º 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 #075A8A is Cyan = 0.95, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 7 | 90 | 138 | - |
| CMYK | 0.95 | 0.35 | 0 | 0.46 |
| HSL | 201.98º | 0.9% | 0.28% | - |
| HSV(B) | 201.98º | 0.95% | 0.54% | - |
| XYZ | 8.33 | 9.19 | 25.38 | - |
| YUV | 70.66 | 166 | 82.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 90 | 138 | 0.95 | 0.35 | 0 | 0.46 | 201.98 | 0.9 | 0.28 |
| Hex | 7 | 5A | 8A | 5F | 23 | 0 | 2E | CA | 5A | 1C |
| Octal | 7 | 132 | 212 | 137 | 43 | 0 | 56 | 312 | 132 | 34 |
| Binary | 111 | 1011010 | 10001010 | 1011111 | 100011 | 0 | 101110 | 11001010 | 1011010 | 11100 |
Color Harmonies of #075A8A
Complementary color
Monochromatic Colors of #075A8A
Black with #075A8A
Text Example
Text Example
White with #075A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075A8A; }
p { color: rgb(7,90,138); }
H1.HeaderClassName
{
color: #075A8A;
}
.AnyTagClassName
{
color: #075A8A;
}
</style>
background-color css
<style>
a { background-color: #075A8A; }
a { background-color: rgb(7,90,138); }
div.DivClassName
{
background-color: #075A8A;
}
.BgClassName
{
background-color: #075A8A;
}
</style>
border-color css
<style>
span { border-color: #075A8A; }
span { border-color: rgb(7,90,138); }
td.TdClassName
{
border-color: #075A8A;
}
.TagClassName
{
border-color: #075A8A;
}
</style>