Shades of Cerulean #0C74AB
Tints of Cerulean #0C74AB
RGB
CMYK
RGB Variations
Color information
#0C74AB (or 0x0C74AB) is known color: Cerulean. HEX triplet: 0C, 74 and AB. RGB value is (12,116,171). Sum of RGB (Red+Green+Blue) = 12+116+171=299 (39% of max value = 765). Red value is 12 (5.08% from 255 or 4.01% from 299); Green value is 116 (45.70% from 255 or 38.80% from 299); Blue value is 171 (67.19% from 255 or 57.19% from 299); Max value from RGB is 171 - color contains mainly: blue. Hex color #0C74AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C74AB is #F38B54. Grayscale: #5A5A5A. Windows color (decimal): -15960917 or 11236364. OLE color: 11236364.
HSL color Cylindrical-coordinate representation of color #0C74AB: hue angle of 200.75º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C74AB is Cyan = 0.93, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 12 | 116 | 171 | - |
| CMYK | 0.93 | 0.32 | 0 | 0.33 |
| HSL | 200.75º | 0.87% | 0.36% | - |
| HSV(B) | 200.75º | 0.93% | 0.67% | - |
| XYZ | 13.75 | 15.51 | 40.8 | - |
| YUV | 91.17 | 173.04 | 71.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 116 | 171 | 0.93 | 0.32 | 0 | 0.33 | 200.75 | 0.87 | 0.36 |
| Hex | C | 74 | AB | 5D | 20 | 0 | 21 | C9 | 57 | 24 |
| Octal | 14 | 164 | 253 | 135 | 40 | 0 | 41 | 311 | 127 | 44 |
| Binary | 1100 | 1110100 | 10101011 | 1011101 | 100000 | 0 | 100001 | 11001001 | 1010111 | 100100 |
Color Harmonies of #0C74AB
Complementary color
Monochromatic Colors of #0C74AB
Black with #0C74AB
Text Example
Text Example
White with #0C74AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C74AB; }
p { color: rgb(12,116,171); }
H1.HeaderClassName
{
color: #0C74AB;
}
.AnyTagClassName
{
color: #0C74AB;
}
</style>
background-color css
<style>
a { background-color: #0C74AB; }
a { background-color: rgb(12,116,171); }
div.DivClassName
{
background-color: #0C74AB;
}
.BgClassName
{
background-color: #0C74AB;
}
</style>
border-color css
<style>
span { border-color: #0C74AB; }
span { border-color: rgb(12,116,171); }
td.TdClassName
{
border-color: #0C74AB;
}
.TagClassName
{
border-color: #0C74AB;
}
</style>