Shades of Cerulean #12739C
Tints of Cerulean #12739C
RGB
CMYK
RGB Variations
Color information
#12739C (or 0x12739C) is known color: Cerulean. HEX triplet: 12, 73 and 9C. RGB value is (18,115,156). Sum of RGB (Red+Green+Blue) = 18+115+156=289 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.23% from 289); Green value is 115 (45.31% from 255 or 39.79% from 289); Blue value is 156 (61.33% from 255 or 53.98% from 289); Max value from RGB is 156 - color contains mainly: blue. Hex color #12739C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #12739C is #ED8C63. Grayscale: #5A5A5A. Windows color (decimal): -15567972 or 10253074. OLE color: 10253074.
HSL color Cylindrical-coordinate representation of color #12739C: hue angle of 197.83º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #12739C is Cyan = 0.88, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 18 | 115 | 156 | - |
| CMYK | 0.88 | 0.26 | 0 | 0.39 |
| HSL | 197.83º | 0.79% | 0.34% | - |
| HSV(B) | 197.83º | 0.88% | 0.61% | - |
| XYZ | 12.38 | 14.79 | 33.65 | - |
| YUV | 90.67 | 164.86 | 76.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 115 | 156 | 0.88 | 0.26 | 0 | 0.39 | 197.83 | 0.79 | 0.34 |
| Hex | 12 | 73 | 9C | 58 | 1A | 0 | 27 | C6 | 4F | 22 |
| Octal | 22 | 163 | 234 | 130 | 32 | 0 | 47 | 306 | 117 | 42 |
| Binary | 10010 | 1110011 | 10011100 | 1011000 | 11010 | 0 | 100111 | 11000110 | 1001111 | 100010 |
Color Harmonies of #12739C
Complementary color
Monochromatic Colors of #12739C
Black with #12739C
Text Example
Text Example
White with #12739C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12739C; }
p { color: rgb(18,115,156); }
H1.HeaderClassName
{
color: #12739C;
}
.AnyTagClassName
{
color: #12739C;
}
</style>
background-color css
<style>
a { background-color: #12739C; }
a { background-color: rgb(18,115,156); }
div.DivClassName
{
background-color: #12739C;
}
.BgClassName
{
background-color: #12739C;
}
</style>
border-color css
<style>
span { border-color: #12739C; }
span { border-color: rgb(18,115,156); }
td.TdClassName
{
border-color: #12739C;
}
.TagClassName
{
border-color: #12739C;
}
</style>