Shades of Cerulean #0F6EA4
Tints of Cerulean #0F6EA4
RGB
CMYK
RGB Variations
Color information
#0F6EA4 (or 0x0F6EA4) is known color: Cerulean. HEX triplet: 0F, 6E and A4. RGB value is (15,110,164). Sum of RGB (Red+Green+Blue) = 15+110+164=289 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.19% from 289); Green value is 110 (43.36% from 255 or 38.06% from 289); Blue value is 164 (64.45% from 255 or 56.75% from 289); Max value from RGB is 164 - color contains mainly: blue. Hex color #0F6EA4 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F6EA4 is #F0915B. Grayscale: #575757. Windows color (decimal): -15765852 or 10776079. OLE color: 10776079.
HSL color Cylindrical-coordinate representation of color #0F6EA4: hue angle of 201.74º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F6EA4 is Cyan = 0.91, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 15 | 110 | 164 | - |
| CMYK | 0.91 | 0.33 | 0 | 0.36 |
| HSL | 201.75º | 0.83% | 0.35% | - |
| HSV(B) | 201.75º | 0.91% | 0.64% | - |
| XYZ | 12.47 | 13.93 | 37.15 | - |
| YUV | 87.75 | 171.03 | 76.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 110 | 164 | 0.91 | 0.33 | 0 | 0.36 | 201.75 | 0.83 | 0.35 |
| Hex | F | 6E | A4 | 5B | 21 | 0 | 24 | CA | 53 | 23 |
| Octal | 17 | 156 | 244 | 133 | 41 | 0 | 44 | 312 | 123 | 43 |
| Binary | 1111 | 1101110 | 10100100 | 1011011 | 100001 | 0 | 100100 | 11001010 | 1010011 | 100011 |
Color Harmonies of #0F6EA4
Complementary color
Monochromatic Colors of #0F6EA4
Black with #0F6EA4
Text Example
Text Example
White with #0F6EA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F6EA4; }
p { color: rgb(15,110,164); }
H1.HeaderClassName
{
color: #0F6EA4;
}
.AnyTagClassName
{
color: #0F6EA4;
}
</style>
background-color css
<style>
a { background-color: #0F6EA4; }
a { background-color: rgb(15,110,164); }
div.DivClassName
{
background-color: #0F6EA4;
}
.BgClassName
{
background-color: #0F6EA4;
}
</style>
border-color css
<style>
span { border-color: #0F6EA4; }
span { border-color: rgb(15,110,164); }
td.TdClassName
{
border-color: #0F6EA4;
}
.TagClassName
{
border-color: #0F6EA4;
}
</style>