Shades of Cerulean #0780B4
Tints of Cerulean #0780B4
RGB
CMYK
RGB Variations
Color information
#0780B4 (or 0x0780B4) is known color: Cerulean. HEX triplet: 07, 80 and B4. RGB value is (7,128,180). Sum of RGB (Red+Green+Blue) = 7+128+180=315 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.22% from 315); Green value is 128 (50.39% from 255 or 40.63% from 315); Blue value is 180 (70.70% from 255 or 57.14% from 315); Max value from RGB is 180 - color contains mainly: blue. Hex color #0780B4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0780B4 is #F87F4B. Grayscale: #616161. Windows color (decimal): -16285516 or 11829255. OLE color: 11829255.
HSL color Cylindrical-coordinate representation of color #0780B4: hue angle of 198.03º 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 #0780B4 is Cyan = 0.96, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 7 | 128 | 180 | - |
| CMYK | 0.96 | 0.29 | 0 | 0.29 |
| HSL | 198.03º | 0.93% | 0.37% | - |
| HSV(B) | 198.03º | 0.96% | 0.71% | - |
| XYZ | 16.05 | 18.78 | 45.96 | - |
| YUV | 97.75 | 174.41 | 63.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 128 | 180 | 0.96 | 0.29 | 0 | 0.29 | 198.03 | 0.93 | 0.37 |
| Hex | 7 | 80 | B4 | 60 | 1D | 0 | 1D | C6 | 5D | 25 |
| Octal | 7 | 200 | 264 | 140 | 35 | 0 | 35 | 306 | 135 | 45 |
| Binary | 111 | 10000000 | 10110100 | 1100000 | 11101 | 0 | 11101 | 11000110 | 1011101 | 100101 |
Color Harmonies of #0780B4
Complementary color
Monochromatic Colors of #0780B4
Black with #0780B4
Text Example
Text Example
White with #0780B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0780B4; }
p { color: rgb(7,128,180); }
H1.HeaderClassName
{
color: #0780B4;
}
.AnyTagClassName
{
color: #0780B4;
}
</style>
background-color css
<style>
a { background-color: #0780B4; }
a { background-color: rgb(7,128,180); }
div.DivClassName
{
background-color: #0780B4;
}
.BgClassName
{
background-color: #0780B4;
}
</style>
border-color css
<style>
span { border-color: #0780B4; }
span { border-color: rgb(7,128,180); }
td.TdClassName
{
border-color: #0780B4;
}
.TagClassName
{
border-color: #0780B4;
}
</style>