Shades of Cerulean #0783AF
Tints of Cerulean #0783AF
RGB
CMYK
RGB Variations
Color information
#0783AF (or 0x0783AF) is known color: Cerulean. HEX triplet: 07, 83 and AF. RGB value is (7,131,175). Sum of RGB (Red+Green+Blue) = 7+131+175=313 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.24% from 313); Green value is 131 (51.56% from 255 or 41.85% from 313); Blue value is 175 (68.75% from 255 or 55.91% from 313); Max value from RGB is 175 - color contains mainly: blue. Hex color #0783AF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0783AF is #F87C50. Grayscale: #626262. Windows color (decimal): -16284753 or 11502343. OLE color: 11502343.
HSL color Cylindrical-coordinate representation of color #0783AF: hue angle of 195.71º 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 #0783AF is Cyan = 0.96, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 7 | 131 | 175 | - |
| CMYK | 0.96 | 0.25 | 0 | 0.31 |
| HSL | 195.71º | 0.92% | 0.36% | - |
| HSV(B) | 195.71º | 0.96% | 0.69% | - |
| XYZ | 15.94 | 19.37 | 43.46 | - |
| YUV | 98.94 | 170.92 | 62.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 131 | 175 | 0.96 | 0.25 | 0 | 0.31 | 195.71 | 0.92 | 0.36 |
| Hex | 7 | 83 | AF | 60 | 19 | 0 | 1F | C4 | 5C | 24 |
| Octal | 7 | 203 | 257 | 140 | 31 | 0 | 37 | 304 | 134 | 44 |
| Binary | 111 | 10000011 | 10101111 | 1100000 | 11001 | 0 | 11111 | 11000100 | 1011100 | 100100 |
Color Harmonies of #0783AF
Complementary color
Monochromatic Colors of #0783AF
Black with #0783AF
Text Example
Text Example
White with #0783AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0783AF; }
p { color: rgb(7,131,175); }
H1.HeaderClassName
{
color: #0783AF;
}
.AnyTagClassName
{
color: #0783AF;
}
</style>
background-color css
<style>
a { background-color: #0783AF; }
a { background-color: rgb(7,131,175); }
div.DivClassName
{
background-color: #0783AF;
}
.BgClassName
{
background-color: #0783AF;
}
</style>
border-color css
<style>
span { border-color: #0783AF; }
span { border-color: rgb(7,131,175); }
td.TdClassName
{
border-color: #0783AF;
}
.TagClassName
{
border-color: #0783AF;
}
</style>