Shades of Cerulean #0784AF
Tints of Cerulean #0784AF
RGB
CMYK
RGB Variations
Color information
#0784AF (or 0x0784AF) is known color: Cerulean. HEX triplet: 07, 84 and AF. RGB value is (7,132,175). Sum of RGB (Red+Green+Blue) = 7+132+175=314 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.23% from 314); Green value is 132 (51.95% from 255 or 42.04% from 314); Blue value is 175 (68.75% from 255 or 55.73% from 314); Max value from RGB is 175 - color contains mainly: blue. Hex color #0784AF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0784AF is #F87B50. Grayscale: #636363. Windows color (decimal): -16284497 or 11502599. OLE color: 11502599.
HSL color Cylindrical-coordinate representation of color #0784AF: hue angle of 195.36º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0784AF is Cyan = 0.96, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 7 | 132 | 175 | - |
| CMYK | 0.96 | 0.25 | 0 | 0.31 |
| HSL | 195.36º | 0.92% | 0.36% | - |
| HSV(B) | 195.36º | 0.96% | 0.69% | - |
| XYZ | 16.08 | 19.64 | 43.5 | - |
| YUV | 99.53 | 170.59 | 62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 132 | 175 | 0.96 | 0.25 | 0 | 0.31 | 195.36 | 0.92 | 0.36 |
| Hex | 7 | 84 | AF | 60 | 19 | 0 | 1F | C3 | 5C | 24 |
| Octal | 7 | 204 | 257 | 140 | 31 | 0 | 37 | 303 | 134 | 44 |
| Binary | 111 | 10000100 | 10101111 | 1100000 | 11001 | 0 | 11111 | 11000011 | 1011100 | 100100 |
Color Harmonies of #0784AF
Complementary color
Monochromatic Colors of #0784AF
Black with #0784AF
Text Example
Text Example
White with #0784AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0784AF; }
p { color: rgb(7,132,175); }
H1.HeaderClassName
{
color: #0784AF;
}
.AnyTagClassName
{
color: #0784AF;
}
</style>
background-color css
<style>
a { background-color: #0784AF; }
a { background-color: rgb(7,132,175); }
div.DivClassName
{
background-color: #0784AF;
}
.BgClassName
{
background-color: #0784AF;
}
</style>
border-color css
<style>
span { border-color: #0784AF; }
span { border-color: rgb(7,132,175); }
td.TdClassName
{
border-color: #0784AF;
}
.TagClassName
{
border-color: #0784AF;
}
</style>