Shades of Cerulean #076BA5
Tints of Cerulean #076BA5
RGB
CMYK
RGB Variations
Color information
#076BA5 (or 0x076BA5) is known color: Cerulean. HEX triplet: 07, 6B and A5. RGB value is (7,107,165). Sum of RGB (Red+Green+Blue) = 7+107+165=279 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.51% from 279); Green value is 107 (42.19% from 255 or 38.35% from 279); Blue value is 165 (64.84% from 255 or 59.14% from 279); Max value from RGB is 165 - color contains mainly: blue. Hex color #076BA5 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #076BA5 is #F8945A. Grayscale: #535353. Windows color (decimal): -16290907 or 10840839. OLE color: 10840839.
HSL color Cylindrical-coordinate representation of color #076BA5: hue angle of 202.03º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #076BA5 is Cyan = 0.96, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 7 | 107 | 165 | - |
| CMYK | 0.96 | 0.35 | 0 | 0.35 |
| HSL | 202.03º | 0.92% | 0.34% | - |
| HSV(B) | 202.03º | 0.96% | 0.65% | - |
| XYZ | 12.14 | 13.28 | 37.52 | - |
| YUV | 83.71 | 173.87 | 73.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 107 | 165 | 0.96 | 0.35 | 0 | 0.35 | 202.03 | 0.92 | 0.34 |
| Hex | 7 | 6B | A5 | 60 | 23 | 0 | 23 | CA | 5C | 22 |
| Octal | 7 | 153 | 245 | 140 | 43 | 0 | 43 | 312 | 134 | 42 |
| Binary | 111 | 1101011 | 10100101 | 1100000 | 100011 | 0 | 100011 | 11001010 | 1011100 | 100010 |
Color Harmonies of #076BA5
Complementary color
Monochromatic Colors of #076BA5
Black with #076BA5
Text Example
Text Example
White with #076BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076BA5; }
p { color: rgb(7,107,165); }
H1.HeaderClassName
{
color: #076BA5;
}
.AnyTagClassName
{
color: #076BA5;
}
</style>
background-color css
<style>
a { background-color: #076BA5; }
a { background-color: rgb(7,107,165); }
div.DivClassName
{
background-color: #076BA5;
}
.BgClassName
{
background-color: #076BA5;
}
</style>
border-color css
<style>
span { border-color: #076BA5; }
span { border-color: rgb(7,107,165); }
td.TdClassName
{
border-color: #076BA5;
}
.TagClassName
{
border-color: #076BA5;
}
</style>