Shades of Cerulean #0F83B4
Tints of Cerulean #0F83B4
RGB
CMYK
RGB Variations
Color information
#0F83B4 (or 0x0F83B4) is known color: Cerulean. HEX triplet: 0F, 83 and B4. RGB value is (15,131,180). Sum of RGB (Red+Green+Blue) = 15+131+180=326 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.60% from 326); Green value is 131 (51.56% from 255 or 40.18% from 326); Blue value is 180 (70.70% from 255 or 55.21% from 326); Max value from RGB is 180 - color contains mainly: blue. Hex color #0F83B4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0F83B4 is #F07C4B. Grayscale: #656565. Windows color (decimal): -15760460 or 11830031. OLE color: 11830031.
HSL color Cylindrical-coordinate representation of color #0F83B4: hue angle of 197.82º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F83B4 is Cyan = 0.92, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 15 | 131 | 180 | - |
| CMYK | 0.92 | 0.27 | 0 | 0.29 |
| HSL | 197.82º | 0.85% | 0.38% | - |
| HSV(B) | 197.82º | 0.92% | 0.71% | - |
| XYZ | 16.55 | 19.63 | 46.1 | - |
| YUV | 101.9 | 172.07 | 66.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 131 | 180 | 0.92 | 0.27 | 0 | 0.29 | 197.82 | 0.85 | 0.38 |
| Hex | F | 83 | B4 | 5C | 1B | 0 | 1D | C6 | 55 | 26 |
| Octal | 17 | 203 | 264 | 134 | 33 | 0 | 35 | 306 | 125 | 46 |
| Binary | 1111 | 10000011 | 10110100 | 1011100 | 11011 | 0 | 11101 | 11000110 | 1010101 | 100110 |
Color Harmonies of #0F83B4
Complementary color
Monochromatic Colors of #0F83B4
Black with #0F83B4
Text Example
Text Example
White with #0F83B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F83B4; }
p { color: rgb(15,131,180); }
H1.HeaderClassName
{
color: #0F83B4;
}
.AnyTagClassName
{
color: #0F83B4;
}
</style>
background-color css
<style>
a { background-color: #0F83B4; }
a { background-color: rgb(15,131,180); }
div.DivClassName
{
background-color: #0F83B4;
}
.BgClassName
{
background-color: #0F83B4;
}
</style>
border-color css
<style>
span { border-color: #0F83B4; }
span { border-color: rgb(15,131,180); }
td.TdClassName
{
border-color: #0F83B4;
}
.TagClassName
{
border-color: #0F83B4;
}
</style>