Shades of Cerulean #076CA5
Tints of Cerulean #076CA5
RGB
CMYK
RGB Variations
Color information
#076CA5 (or 0x076CA5) is known color: Cerulean. HEX triplet: 07, 6C and A5. RGB value is (7,108,165). Sum of RGB (Red+Green+Blue) = 7+108+165=280 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.5% from 280); Green value is 108 (42.58% from 255 or 38.57% from 280); Blue value is 165 (64.84% from 255 or 58.93% from 280); Max value from RGB is 165 - color contains mainly: blue. Hex color #076CA5 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #076CA5 is #F8935A. Grayscale: #535353. Windows color (decimal): -16290651 or 10841095. OLE color: 10841095.
HSL color Cylindrical-coordinate representation of color #076CA5: hue angle of 201.65º 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 #076CA5 is Cyan = 0.96, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 7 | 108 | 165 | - |
| CMYK | 0.96 | 0.35 | 0 | 0.35 |
| HSL | 201.65º | 0.92% | 0.34% | - |
| HSV(B) | 201.65º | 0.96% | 0.65% | - |
| XYZ | 12.24 | 13.49 | 37.56 | - |
| YUV | 84.3 | 173.54 | 72.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 108 | 165 | 0.96 | 0.35 | 0 | 0.35 | 201.65 | 0.92 | 0.34 |
| Hex | 7 | 6C | A5 | 60 | 23 | 0 | 23 | CA | 5C | 22 |
| Octal | 7 | 154 | 245 | 140 | 43 | 0 | 43 | 312 | 134 | 42 |
| Binary | 111 | 1101100 | 10100101 | 1100000 | 100011 | 0 | 100011 | 11001010 | 1011100 | 100010 |
Color Harmonies of #076CA5
Complementary color
Monochromatic Colors of #076CA5
Black with #076CA5
Text Example
Text Example
White with #076CA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076CA5; }
p { color: rgb(7,108,165); }
H1.HeaderClassName
{
color: #076CA5;
}
.AnyTagClassName
{
color: #076CA5;
}
</style>
background-color css
<style>
a { background-color: #076CA5; }
a { background-color: rgb(7,108,165); }
div.DivClassName
{
background-color: #076CA5;
}
.BgClassName
{
background-color: #076CA5;
}
</style>
border-color css
<style>
span { border-color: #076CA5; }
span { border-color: rgb(7,108,165); }
td.TdClassName
{
border-color: #076CA5;
}
.TagClassName
{
border-color: #076CA5;
}
</style>