Shades of Cerulean #0C75AB
Tints of Cerulean #0C75AB
RGB
CMYK
RGB Variations
Color information
#0C75AB (or 0x0C75AB) is known color: Cerulean. HEX triplet: 0C, 75 and AB. RGB value is (12,117,171). Sum of RGB (Red+Green+Blue) = 12+117+171=300 (39% of max value = 765). Red value is 12 (5.08% from 255 or 4% from 300); Green value is 117 (46.09% from 255 or 39% from 300); Blue value is 171 (67.19% from 255 or 57% from 300); Max value from RGB is 171 - color contains mainly: blue. Hex color #0C75AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C75AB is #F38A54. Grayscale: #5B5B5B. Windows color (decimal): -15960661 or 11236620. OLE color: 11236620.
HSL color Cylindrical-coordinate representation of color #0C75AB: hue angle of 200.38º 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 #0C75AB is Cyan = 0.93, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 12 | 117 | 171 | - |
| CMYK | 0.93 | 0.32 | 0 | 0.33 |
| HSL | 200.38º | 0.87% | 0.36% | - |
| HSV(B) | 200.38º | 0.93% | 0.67% | - |
| XYZ | 13.86 | 15.74 | 40.84 | - |
| YUV | 91.76 | 172.71 | 71.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 117 | 171 | 0.93 | 0.32 | 0 | 0.33 | 200.38 | 0.87 | 0.36 |
| Hex | C | 75 | AB | 5D | 20 | 0 | 21 | C8 | 57 | 24 |
| Octal | 14 | 165 | 253 | 135 | 40 | 0 | 41 | 310 | 127 | 44 |
| Binary | 1100 | 1110101 | 10101011 | 1011101 | 100000 | 0 | 100001 | 11001000 | 1010111 | 100100 |
Color Harmonies of #0C75AB
Complementary color
Monochromatic Colors of #0C75AB
Black with #0C75AB
Text Example
Text Example
White with #0C75AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C75AB; }
p { color: rgb(12,117,171); }
H1.HeaderClassName
{
color: #0C75AB;
}
.AnyTagClassName
{
color: #0C75AB;
}
</style>
background-color css
<style>
a { background-color: #0C75AB; }
a { background-color: rgb(12,117,171); }
div.DivClassName
{
background-color: #0C75AB;
}
.BgClassName
{
background-color: #0C75AB;
}
</style>
border-color css
<style>
span { border-color: #0C75AB; }
span { border-color: rgb(12,117,171); }
td.TdClassName
{
border-color: #0C75AB;
}
.TagClassName
{
border-color: #0C75AB;
}
</style>