Shades of Cerulean #0F82AD
Tints of Cerulean #0F82AD
RGB
CMYK
RGB Variations
Color information
#0F82AD (or 0x0F82AD) is known color: Cerulean. HEX triplet: 0F, 82 and AD. RGB value is (15,130,173). Sum of RGB (Red+Green+Blue) = 15+130+173=318 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.72% from 318); Green value is 130 (51.17% from 255 or 40.88% from 318); Blue value is 173 (67.97% from 255 or 54.40% from 318); Max value from RGB is 173 - color contains mainly: blue. Hex color #0F82AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F82AD is #F07D52. Grayscale: #646464. Windows color (decimal): -15760723 or 11371023. OLE color: 11371023.
HSL color Cylindrical-coordinate representation of color #0F82AD: hue angle of 196.33º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F82AD is Cyan = 0.91, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 15 | 130 | 173 | - |
| CMYK | 0.91 | 0.25 | 0 | 0.32 |
| HSL | 196.33º | 0.84% | 0.37% | - |
| HSV(B) | 196.33º | 0.91% | 0.68% | - |
| XYZ | 15.72 | 19.08 | 42.39 | - |
| YUV | 100.52 | 168.9 | 67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 130 | 173 | 0.91 | 0.25 | 0 | 0.32 | 196.33 | 0.84 | 0.37 |
| Hex | F | 82 | AD | 5B | 19 | 0 | 20 | C4 | 54 | 25 |
| Octal | 17 | 202 | 255 | 133 | 31 | 0 | 40 | 304 | 124 | 45 |
| Binary | 1111 | 10000010 | 10101101 | 1011011 | 11001 | 0 | 100000 | 11000100 | 1010100 | 100101 |
Color Harmonies of #0F82AD
Complementary color
Monochromatic Colors of #0F82AD
Black with #0F82AD
Text Example
Text Example
White with #0F82AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F82AD; }
p { color: rgb(15,130,173); }
H1.HeaderClassName
{
color: #0F82AD;
}
.AnyTagClassName
{
color: #0F82AD;
}
</style>
background-color css
<style>
a { background-color: #0F82AD; }
a { background-color: rgb(15,130,173); }
div.DivClassName
{
background-color: #0F82AD;
}
.BgClassName
{
background-color: #0F82AD;
}
</style>
border-color css
<style>
span { border-color: #0F82AD; }
span { border-color: rgb(15,130,173); }
td.TdClassName
{
border-color: #0F82AD;
}
.TagClassName
{
border-color: #0F82AD;
}
</style>