Shades of Cerulean #12729F
Tints of Cerulean #12729F
RGB
CMYK
RGB Variations
Color information
#12729F (or 0x12729F) is known color: Cerulean. HEX triplet: 12, 72 and 9F. RGB value is (18,114,159). Sum of RGB (Red+Green+Blue) = 18+114+159=291 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.19% from 291); Green value is 114 (44.92% from 255 or 39.18% from 291); Blue value is 159 (62.5% from 255 or 54.64% from 291); Max value from RGB is 159 - color contains mainly: blue. Hex color #12729F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #12729F is #ED8D60. Grayscale: #5A5A5A. Windows color (decimal): -15568225 or 10449426. OLE color: 10449426.
HSL color Cylindrical-coordinate representation of color #12729F: hue angle of 199.15º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12729F is Cyan = 0.89, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 18 | 114 | 159 | - |
| CMYK | 0.89 | 0.28 | 0 | 0.38 |
| HSL | 199.15º | 0.8% | 0.35% | - |
| HSV(B) | 199.15º | 0.89% | 0.62% | - |
| XYZ | 12.52 | 14.67 | 34.97 | - |
| YUV | 90.43 | 166.7 | 76.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 114 | 159 | 0.89 | 0.28 | 0 | 0.38 | 199.15 | 0.8 | 0.35 |
| Hex | 12 | 72 | 9F | 59 | 1C | 0 | 26 | C7 | 50 | 23 |
| Octal | 22 | 162 | 237 | 131 | 34 | 0 | 46 | 307 | 120 | 43 |
| Binary | 10010 | 1110010 | 10011111 | 1011001 | 11100 | 0 | 100110 | 11000111 | 1010000 | 100011 |
Color Harmonies of #12729F
Complementary color
Monochromatic Colors of #12729F
Black with #12729F
Text Example
Text Example
White with #12729F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12729F; }
p { color: rgb(18,114,159); }
H1.HeaderClassName
{
color: #12729F;
}
.AnyTagClassName
{
color: #12729F;
}
</style>
background-color css
<style>
a { background-color: #12729F; }
a { background-color: rgb(18,114,159); }
div.DivClassName
{
background-color: #12729F;
}
.BgClassName
{
background-color: #12729F;
}
</style>
border-color css
<style>
span { border-color: #12729F; }
span { border-color: rgb(18,114,159); }
td.TdClassName
{
border-color: #12729F;
}
.TagClassName
{
border-color: #12729F;
}
</style>