Shades of Cerulean #076D9F
Tints of Cerulean #076D9F
RGB
CMYK
RGB Variations
Color information
#076D9F (or 0x076D9F) is known color: Cerulean. HEX triplet: 07, 6D and 9F. RGB value is (7,109,159). Sum of RGB (Red+Green+Blue) = 7+109+159=275 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.55% from 275); Green value is 109 (42.97% from 255 or 39.64% from 275); Blue value is 159 (62.5% from 255 or 57.82% from 275); Max value from RGB is 159 - color contains mainly: blue. Hex color #076D9F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #076D9F is #F89260. Grayscale: #535353. Windows color (decimal): -16290401 or 10448135. OLE color: 10448135.
HSL color Cylindrical-coordinate representation of color #076D9F: hue angle of 199.74º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #076D9F is Cyan = 0.96, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 7 | 109 | 159 | - |
| CMYK | 0.96 | 0.31 | 0 | 0.38 |
| HSL | 199.74º | 0.92% | 0.33% | - |
| HSV(B) | 199.74º | 0.96% | 0.62% | - |
| XYZ | 11.81 | 13.49 | 34.78 | - |
| YUV | 84.2 | 170.21 | 72.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 109 | 159 | 0.96 | 0.31 | 0 | 0.38 | 199.74 | 0.92 | 0.33 |
| Hex | 7 | 6D | 9F | 60 | 1F | 0 | 26 | C8 | 5C | 21 |
| Octal | 7 | 155 | 237 | 140 | 37 | 0 | 46 | 310 | 134 | 41 |
| Binary | 111 | 1101101 | 10011111 | 1100000 | 11111 | 0 | 100110 | 11001000 | 1011100 | 100001 |
Color Harmonies of #076D9F
Complementary color
Monochromatic Colors of #076D9F
Black with #076D9F
Text Example
Text Example
White with #076D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076D9F; }
p { color: rgb(7,109,159); }
H1.HeaderClassName
{
color: #076D9F;
}
.AnyTagClassName
{
color: #076D9F;
}
</style>
background-color css
<style>
a { background-color: #076D9F; }
a { background-color: rgb(7,109,159); }
div.DivClassName
{
background-color: #076D9F;
}
.BgClassName
{
background-color: #076D9F;
}
</style>
border-color css
<style>
span { border-color: #076D9F; }
span { border-color: rgb(7,109,159); }
td.TdClassName
{
border-color: #076D9F;
}
.TagClassName
{
border-color: #076D9F;
}
</style>