Shades of Dark Cerulean #075C90
Tints of Dark Cerulean #075C90
RGB
CMYK
RGB Variations
Color information
#075C90 (or 0x075C90) is known color: Dark Cerulean. HEX triplet: 07, 5C and 90. RGB value is (7,92,144). Sum of RGB (Red+Green+Blue) = 7+92+144=243 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.88% from 243); Green value is 92 (36.33% from 255 or 37.86% from 243); Blue value is 144 (56.64% from 255 or 59.26% from 243); Max value from RGB is 144 - color contains mainly: blue. Hex color #075C90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #075C90 is #F8A36F. Grayscale: #484848. Windows color (decimal): -16294768 or 9460743. OLE color: 9460743.
HSL color Cylindrical-coordinate representation of color #075C90: hue angle of 202.77º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #075C90 is Cyan = 0.95, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 7 | 92 | 144 | - |
| CMYK | 0.95 | 0.36 | 0 | 0.44 |
| HSL | 202.77º | 0.91% | 0.3% | - |
| HSV(B) | 202.77º | 0.95% | 0.56% | - |
| XYZ | 8.95 | 9.71 | 27.79 | - |
| YUV | 72.51 | 168.34 | 81.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 92 | 144 | 0.95 | 0.36 | 0 | 0.44 | 202.77 | 0.91 | 0.3 |
| Hex | 7 | 5C | 90 | 5F | 24 | 0 | 2C | CB | 5B | 1E |
| Octal | 7 | 134 | 220 | 137 | 44 | 0 | 54 | 313 | 133 | 36 |
| Binary | 111 | 1011100 | 10010000 | 1011111 | 100100 | 0 | 101100 | 11001011 | 1011011 | 11110 |
Color Harmonies of #075C90
Complementary color
Monochromatic Colors of #075C90
Black with #075C90
Text Example
Text Example
White with #075C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075C90; }
p { color: rgb(7,92,144); }
H1.HeaderClassName
{
color: #075C90;
}
.AnyTagClassName
{
color: #075C90;
}
</style>
background-color css
<style>
a { background-color: #075C90; }
a { background-color: rgb(7,92,144); }
div.DivClassName
{
background-color: #075C90;
}
.BgClassName
{
background-color: #075C90;
}
</style>
border-color css
<style>
span { border-color: #075C90; }
span { border-color: rgb(7,92,144); }
td.TdClassName
{
border-color: #075C90;
}
.TagClassName
{
border-color: #075C90;
}
</style>