Shades of Cerulean #075F9A
Tints of Cerulean #075F9A
RGB
CMYK
RGB Variations
Color information
#075F9A (or 0x075F9A) is known color: Cerulean. HEX triplet: 07, 5F and 9A. RGB value is (7,95,154). Sum of RGB (Red+Green+Blue) = 7+95+154=256 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.73% from 256); Green value is 95 (37.5% from 255 or 37.11% from 256); Blue value is 154 (60.55% from 255 or 60.16% from 256); Max value from RGB is 154 - color contains mainly: blue. Hex color #075F9A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #075F9A is #F8A065. Grayscale: #4B4B4B. Windows color (decimal): -16293990 or 10116871. OLE color: 10116871.
HSL color Cylindrical-coordinate representation of color #075F9A: hue angle of 204.08º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #075F9A is Cyan = 0.95, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 7 | 95 | 154 | - |
| CMYK | 0.95 | 0.38 | 0 | 0.40 |
| HSL | 204.08º | 0.91% | 0.32% | - |
| HSV(B) | 204.08º | 0.95% | 0.6% | - |
| XYZ | 10.01 | 10.56 | 32.08 | - |
| YUV | 75.41 | 172.35 | 79.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 95 | 154 | 0.95 | 0.38 | 0 | 0.40 | 204.08 | 0.91 | 0.32 |
| Hex | 7 | 5F | 9A | 5F | 26 | 0 | 28 | CC | 5B | 20 |
| Octal | 7 | 137 | 232 | 137 | 46 | 0 | 50 | 314 | 133 | 40 |
| Binary | 111 | 1011111 | 10011010 | 1011111 | 100110 | 0 | 101000 | 11001100 | 1011011 | 100000 |
Color Harmonies of #075F9A
Complementary color
Monochromatic Colors of #075F9A
Black with #075F9A
Text Example
Text Example
White with #075F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075F9A; }
p { color: rgb(7,95,154); }
H1.HeaderClassName
{
color: #075F9A;
}
.AnyTagClassName
{
color: #075F9A;
}
</style>
background-color css
<style>
a { background-color: #075F9A; }
a { background-color: rgb(7,95,154); }
div.DivClassName
{
background-color: #075F9A;
}
.BgClassName
{
background-color: #075F9A;
}
</style>
border-color css
<style>
span { border-color: #075F9A; }
span { border-color: rgb(7,95,154); }
td.TdClassName
{
border-color: #075F9A;
}
.TagClassName
{
border-color: #075F9A;
}
</style>