Shades of Cerulean #0C75AE
Tints of Cerulean #0C75AE
RGB
CMYK
RGB Variations
Color information
#0C75AE (or 0x0C75AE) is known color: Cerulean. HEX triplet: 0C, 75 and AE. RGB value is (12,117,174). Sum of RGB (Red+Green+Blue) = 12+117+174=303 (40% of max value = 765). Red value is 12 (5.08% from 255 or 3.96% from 303); Green value is 117 (46.09% from 255 or 38.61% from 303); Blue value is 174 (68.36% from 255 or 57.43% from 303); Max value from RGB is 174 - color contains mainly: blue. Hex color #0C75AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C75AE is #F38A51. Grayscale: #5B5B5B. Windows color (decimal): -15960658 or 11433228. OLE color: 11433228.
HSL color Cylindrical-coordinate representation of color #0C75AE: hue angle of 201.11º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C75AE is Cyan = 0.93, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 12 | 117 | 174 | - |
| CMYK | 0.93 | 0.33 | 0 | 0.32 |
| HSL | 201.11º | 0.87% | 0.36% | - |
| HSV(B) | 201.11º | 0.93% | 0.68% | - |
| XYZ | 14.15 | 15.86 | 42.36 | - |
| YUV | 92.1 | 174.21 | 70.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 117 | 174 | 0.93 | 0.33 | 0 | 0.32 | 201.11 | 0.87 | 0.36 |
| Hex | C | 75 | AE | 5D | 21 | 0 | 20 | C9 | 57 | 24 |
| Octal | 14 | 165 | 256 | 135 | 41 | 0 | 40 | 311 | 127 | 44 |
| Binary | 1100 | 1110101 | 10101110 | 1011101 | 100001 | 0 | 100000 | 11001001 | 1010111 | 100100 |
Color Harmonies of #0C75AE
Complementary color
Monochromatic Colors of #0C75AE
Black with #0C75AE
Text Example
Text Example
White with #0C75AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C75AE; }
p { color: rgb(12,117,174); }
H1.HeaderClassName
{
color: #0C75AE;
}
.AnyTagClassName
{
color: #0C75AE;
}
</style>
background-color css
<style>
a { background-color: #0C75AE; }
a { background-color: rgb(12,117,174); }
div.DivClassName
{
background-color: #0C75AE;
}
.BgClassName
{
background-color: #0C75AE;
}
</style>
border-color css
<style>
span { border-color: #0C75AE; }
span { border-color: rgb(12,117,174); }
td.TdClassName
{
border-color: #0C75AE;
}
.TagClassName
{
border-color: #0C75AE;
}
</style>