Shades of Cerulean #076C9C
Tints of Cerulean #076C9C
RGB
CMYK
RGB Variations
Color information
#076C9C (or 0x076C9C) is known color: Cerulean. HEX triplet: 07, 6C and 9C. RGB value is (7,108,156). Sum of RGB (Red+Green+Blue) = 7+108+156=271 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.58% from 271); Green value is 108 (42.58% from 255 or 39.85% from 271); Blue value is 156 (61.33% from 255 or 57.56% from 271); Max value from RGB is 156 - color contains mainly: blue. Hex color #076C9C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #076C9C is #F89363. Grayscale: #525252. Windows color (decimal): -16290660 or 10251271. OLE color: 10251271.
HSL color Cylindrical-coordinate representation of color #076C9C: hue angle of 199.33º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #076C9C is Cyan = 0.96, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 7 | 108 | 156 | - |
| CMYK | 0.96 | 0.31 | 0 | 0.39 |
| HSL | 199.33º | 0.91% | 0.32% | - |
| HSV(B) | 199.33º | 0.96% | 0.61% | - |
| XYZ | 11.45 | 13.17 | 33.39 | - |
| YUV | 83.27 | 169.04 | 73.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 108 | 156 | 0.96 | 0.31 | 0 | 0.39 | 199.33 | 0.91 | 0.32 |
| Hex | 7 | 6C | 9C | 60 | 1F | 0 | 27 | C7 | 5B | 20 |
| Octal | 7 | 154 | 234 | 140 | 37 | 0 | 47 | 307 | 133 | 40 |
| Binary | 111 | 1101100 | 10011100 | 1100000 | 11111 | 0 | 100111 | 11000111 | 1011011 | 100000 |
Color Harmonies of #076C9C
Complementary color
Monochromatic Colors of #076C9C
Black with #076C9C
Text Example
Text Example
White with #076C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076C9C; }
p { color: rgb(7,108,156); }
H1.HeaderClassName
{
color: #076C9C;
}
.AnyTagClassName
{
color: #076C9C;
}
</style>
background-color css
<style>
a { background-color: #076C9C; }
a { background-color: rgb(7,108,156); }
div.DivClassName
{
background-color: #076C9C;
}
.BgClassName
{
background-color: #076C9C;
}
</style>
border-color css
<style>
span { border-color: #076C9C; }
span { border-color: rgb(7,108,156); }
td.TdClassName
{
border-color: #076C9C;
}
.TagClassName
{
border-color: #076C9C;
}
</style>