Shades of Cerulean #0F74B5
Tints of Cerulean #0F74B5
RGB
CMYK
RGB Variations
Color information
#0F74B5 (or 0x0F74B5) is known color: Cerulean. HEX triplet: 0F, 74 and B5. RGB value is (15,116,181). Sum of RGB (Red+Green+Blue) = 15+116+181=312 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.81% from 312); Green value is 116 (45.70% from 255 or 37.18% from 312); Blue value is 181 (71.09% from 255 or 58.01% from 312); Max value from RGB is 181 - color contains mainly: blue. Hex color #0F74B5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F74B5 is #F08B4A. Grayscale: #5C5C5C. Windows color (decimal): -15764299 or 11891727. OLE color: 11891727.
HSL color Cylindrical-coordinate representation of color #0F74B5: hue angle of 203.49º 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 #0F74B5 is Cyan = 0.92, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 15 | 116 | 181 | - |
| CMYK | 0.92 | 0.36 | 0 | 0.29 |
| HSL | 203.49º | 0.85% | 0.38% | - |
| HSV(B) | 203.49º | 0.92% | 0.71% | - |
| XYZ | 14.78 | 15.93 | 46.01 | - |
| YUV | 93.21 | 177.54 | 72.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 116 | 181 | 0.92 | 0.36 | 0 | 0.29 | 203.49 | 0.85 | 0.38 |
| Hex | F | 74 | B5 | 5C | 24 | 0 | 1D | CB | 55 | 26 |
| Octal | 17 | 164 | 265 | 134 | 44 | 0 | 35 | 313 | 125 | 46 |
| Binary | 1111 | 1110100 | 10110101 | 1011100 | 100100 | 0 | 11101 | 11001011 | 1010101 | 100110 |
Color Harmonies of #0F74B5
Complementary color
Monochromatic Colors of #0F74B5
Black with #0F74B5
Text Example
Text Example
White with #0F74B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F74B5; }
p { color: rgb(15,116,181); }
H1.HeaderClassName
{
color: #0F74B5;
}
.AnyTagClassName
{
color: #0F74B5;
}
</style>
background-color css
<style>
a { background-color: #0F74B5; }
a { background-color: rgb(15,116,181); }
div.DivClassName
{
background-color: #0F74B5;
}
.BgClassName
{
background-color: #0F74B5;
}
</style>
border-color css
<style>
span { border-color: #0F74B5; }
span { border-color: rgb(15,116,181); }
td.TdClassName
{
border-color: #0F74B5;
}
.TagClassName
{
border-color: #0F74B5;
}
</style>