Shades of Cerulean #076CB3
Tints of Cerulean #076CB3
RGB
CMYK
RGB Variations
Color information
#076CB3 (or 0x076CB3) is known color: Cerulean. HEX triplet: 07, 6C and B3. RGB value is (7,108,179). Sum of RGB (Red+Green+Blue) = 7+108+179=294 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.38% from 294); Green value is 108 (42.58% from 255 or 36.73% from 294); Blue value is 179 (70.31% from 255 or 60.88% from 294); Max value from RGB is 179 - color contains mainly: blue. Hex color #076CB3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #076CB3 is #F8934C. Grayscale: #555555. Windows color (decimal): -16290637 or 11758599. OLE color: 11758599.
HSL color Cylindrical-coordinate representation of color #076CB3: hue angle of 204.77º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #076CB3 is Cyan = 0.96, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 7 | 108 | 179 | - |
| CMYK | 0.96 | 0.40 | 0 | 0.30 |
| HSL | 204.77º | 0.92% | 0.36% | - |
| HSV(B) | 204.77º | 0.96% | 0.7% | - |
| XYZ | 13.59 | 14.02 | 44.64 | - |
| YUV | 85.9 | 180.54 | 71.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 108 | 179 | 0.96 | 0.40 | 0 | 0.30 | 204.77 | 0.92 | 0.36 |
| Hex | 7 | 6C | B3 | 60 | 28 | 0 | 1E | CD | 5C | 24 |
| Octal | 7 | 154 | 263 | 140 | 50 | 0 | 36 | 315 | 134 | 44 |
| Binary | 111 | 1101100 | 10110011 | 1100000 | 101000 | 0 | 11110 | 11001101 | 1011100 | 100100 |
Color Harmonies of #076CB3
Complementary color
Monochromatic Colors of #076CB3
Black with #076CB3
Text Example
Text Example
White with #076CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076CB3; }
p { color: rgb(7,108,179); }
H1.HeaderClassName
{
color: #076CB3;
}
.AnyTagClassName
{
color: #076CB3;
}
</style>
background-color css
<style>
a { background-color: #076CB3; }
a { background-color: rgb(7,108,179); }
div.DivClassName
{
background-color: #076CB3;
}
.BgClassName
{
background-color: #076CB3;
}
</style>
border-color css
<style>
span { border-color: #076CB3; }
span { border-color: rgb(7,108,179); }
td.TdClassName
{
border-color: #076CB3;
}
.TagClassName
{
border-color: #076CB3;
}
</style>