Shades of Cerulean #076FB4
Tints of Cerulean #076FB4
RGB
CMYK
RGB Variations
Color information
#076FB4 (or 0x076FB4) is known color: Cerulean. HEX triplet: 07, 6F and B4. RGB value is (7,111,180). Sum of RGB (Red+Green+Blue) = 7+111+180=298 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.35% from 298); Green value is 111 (43.75% from 255 or 37.25% from 298); Blue value is 180 (70.70% from 255 or 60.40% from 298); Max value from RGB is 180 - color contains mainly: blue. Hex color #076FB4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #076FB4 is #F8904B. Grayscale: #575757. Windows color (decimal): -16289868 or 11824903. OLE color: 11824903.
HSL color Cylindrical-coordinate representation of color #076FB4: hue angle of 203.93º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #076FB4 is Cyan = 0.96, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 7 | 111 | 180 | - |
| CMYK | 0.96 | 0.38 | 0 | 0.29 |
| HSL | 203.93º | 0.93% | 0.37% | - |
| HSV(B) | 203.93º | 0.96% | 0.71% | - |
| XYZ | 14.01 | 14.71 | 45.28 | - |
| YUV | 87.77 | 180.04 | 70.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 111 | 180 | 0.96 | 0.38 | 0 | 0.29 | 203.93 | 0.93 | 0.37 |
| Hex | 7 | 6F | B4 | 60 | 26 | 0 | 1D | CC | 5D | 25 |
| Octal | 7 | 157 | 264 | 140 | 46 | 0 | 35 | 314 | 135 | 45 |
| Binary | 111 | 1101111 | 10110100 | 1100000 | 100110 | 0 | 11101 | 11001100 | 1011101 | 100101 |
Color Harmonies of #076FB4
Complementary color
Monochromatic Colors of #076FB4
Black with #076FB4
Text Example
Text Example
White with #076FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076FB4; }
p { color: rgb(7,111,180); }
H1.HeaderClassName
{
color: #076FB4;
}
.AnyTagClassName
{
color: #076FB4;
}
</style>
background-color css
<style>
a { background-color: #076FB4; }
a { background-color: rgb(7,111,180); }
div.DivClassName
{
background-color: #076FB4;
}
.BgClassName
{
background-color: #076FB4;
}
</style>
border-color css
<style>
span { border-color: #076FB4; }
span { border-color: rgb(7,111,180); }
td.TdClassName
{
border-color: #076FB4;
}
.TagClassName
{
border-color: #076FB4;
}
</style>