Shades of Cerulean #076C9B
Tints of Cerulean #076C9B
RGB
CMYK
RGB Variations
Color information
#076C9B (or 0x076C9B) is known color: Cerulean. HEX triplet: 07, 6C and 9B. RGB value is (7,108,155). Sum of RGB (Red+Green+Blue) = 7+108+155=270 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.59% from 270); Green value is 108 (42.58% from 255 or 40% from 270); Blue value is 155 (60.94% from 255 or 57.41% from 270); Max value from RGB is 155 - color contains mainly: blue. Hex color #076C9B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #076C9B is #F89364. Grayscale: #525252. Windows color (decimal): -16290661 or 10185735. OLE color: 10185735.
HSL color Cylindrical-coordinate representation of color #076C9B: hue angle of 199.05º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #076C9B is Cyan = 0.95, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 7 | 108 | 155 | - |
| CMYK | 0.95 | 0.30 | 0 | 0.39 |
| HSL | 199.05º | 0.91% | 0.32% | - |
| HSV(B) | 199.05º | 0.95% | 0.61% | - |
| XYZ | 11.37 | 13.14 | 32.95 | - |
| YUV | 83.16 | 168.54 | 73.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 108 | 155 | 0.95 | 0.30 | 0 | 0.39 | 199.05 | 0.91 | 0.32 |
| Hex | 7 | 6C | 9B | 5F | 1E | 0 | 27 | C7 | 5B | 20 |
| Octal | 7 | 154 | 233 | 137 | 36 | 0 | 47 | 307 | 133 | 40 |
| Binary | 111 | 1101100 | 10011011 | 1011111 | 11110 | 0 | 100111 | 11000111 | 1011011 | 100000 |
Color Harmonies of #076C9B
Complementary color
Monochromatic Colors of #076C9B
Black with #076C9B
Text Example
Text Example
White with #076C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076C9B; }
p { color: rgb(7,108,155); }
H1.HeaderClassName
{
color: #076C9B;
}
.AnyTagClassName
{
color: #076C9B;
}
</style>
background-color css
<style>
a { background-color: #076C9B; }
a { background-color: rgb(7,108,155); }
div.DivClassName
{
background-color: #076C9B;
}
.BgClassName
{
background-color: #076C9B;
}
</style>
border-color css
<style>
span { border-color: #076C9B; }
span { border-color: rgb(7,108,155); }
td.TdClassName
{
border-color: #076C9B;
}
.TagClassName
{
border-color: #076C9B;
}
</style>