Shades of Cerulean #0F6CAB
Tints of Cerulean #0F6CAB
RGB
CMYK
RGB Variations
Color information
#0F6CAB (or 0x0F6CAB) is known color: Cerulean. HEX triplet: 0F, 6C and AB. RGB value is (15,108,171). Sum of RGB (Red+Green+Blue) = 15+108+171=294 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.10% from 294); Green value is 108 (42.58% from 255 or 36.73% from 294); Blue value is 171 (67.19% from 255 or 58.16% from 294); Max value from RGB is 171 - color contains mainly: blue. Hex color #0F6CAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F6CAB is #F09354. Grayscale: #575757. Windows color (decimal): -15766357 or 11234319. OLE color: 11234319.
HSL color Cylindrical-coordinate representation of color #0F6CAB: hue angle of 204.23º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F6CAB is Cyan = 0.91, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 15 | 108 | 171 | - |
| CMYK | 0.91 | 0.37 | 0 | 0.33 |
| HSL | 204.23º | 0.84% | 0.36% | - |
| HSV(B) | 204.23º | 0.91% | 0.67% | - |
| XYZ | 12.91 | 13.77 | 40.5 | - |
| YUV | 87.38 | 175.19 | 76.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 108 | 171 | 0.91 | 0.37 | 0 | 0.33 | 204.23 | 0.84 | 0.36 |
| Hex | F | 6C | AB | 5B | 25 | 0 | 21 | CC | 54 | 24 |
| Octal | 17 | 154 | 253 | 133 | 45 | 0 | 41 | 314 | 124 | 44 |
| Binary | 1111 | 1101100 | 10101011 | 1011011 | 100101 | 0 | 100001 | 11001100 | 1010100 | 100100 |
Color Harmonies of #0F6CAB
Complementary color
Monochromatic Colors of #0F6CAB
Black with #0F6CAB
Text Example
Text Example
White with #0F6CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F6CAB; }
p { color: rgb(15,108,171); }
H1.HeaderClassName
{
color: #0F6CAB;
}
.AnyTagClassName
{
color: #0F6CAB;
}
</style>
background-color css
<style>
a { background-color: #0F6CAB; }
a { background-color: rgb(15,108,171); }
div.DivClassName
{
background-color: #0F6CAB;
}
.BgClassName
{
background-color: #0F6CAB;
}
</style>
border-color css
<style>
span { border-color: #0F6CAB; }
span { border-color: rgb(15,108,171); }
td.TdClassName
{
border-color: #0F6CAB;
}
.TagClassName
{
border-color: #0F6CAB;
}
</style>