Shades of Cerulean #12799C
Tints of Cerulean #12799C
RGB
CMYK
RGB Variations
Color information
#12799C (or 0x12799C) is known color: Cerulean. HEX triplet: 12, 79 and 9C. RGB value is (18,121,156). Sum of RGB (Red+Green+Blue) = 18+121+156=295 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.10% from 295); Green value is 121 (47.66% from 255 or 41.02% from 295); Blue value is 156 (61.33% from 255 or 52.88% from 295); Max value from RGB is 156 - color contains mainly: blue. Hex color #12799C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #12799C is #ED8663. Grayscale: #5D5D5D. Windows color (decimal): -15566436 or 10254610. OLE color: 10254610.
HSL color Cylindrical-coordinate representation of color #12799C: hue angle of 195.22º 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 #12799C is Cyan = 0.88, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 18 | 121 | 156 | - |
| CMYK | 0.88 | 0.22 | 0 | 0.39 |
| HSL | 195.22º | 0.79% | 0.34% | - |
| HSV(B) | 195.22º | 0.88% | 0.61% | - |
| XYZ | 13.09 | 16.2 | 33.89 | - |
| YUV | 94.19 | 162.88 | 73.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 121 | 156 | 0.88 | 0.22 | 0 | 0.39 | 195.22 | 0.79 | 0.34 |
| Hex | 12 | 79 | 9C | 58 | 16 | 0 | 27 | C3 | 4F | 22 |
| Octal | 22 | 171 | 234 | 130 | 26 | 0 | 47 | 303 | 117 | 42 |
| Binary | 10010 | 1111001 | 10011100 | 1011000 | 10110 | 0 | 100111 | 11000011 | 1001111 | 100010 |
Color Harmonies of #12799C
Complementary color
Monochromatic Colors of #12799C
Black with #12799C
Text Example
Text Example
White with #12799C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12799C; }
p { color: rgb(18,121,156); }
H1.HeaderClassName
{
color: #12799C;
}
.AnyTagClassName
{
color: #12799C;
}
</style>
background-color css
<style>
a { background-color: #12799C; }
a { background-color: rgb(18,121,156); }
div.DivClassName
{
background-color: #12799C;
}
.BgClassName
{
background-color: #12799C;
}
</style>
border-color css
<style>
span { border-color: #12799C; }
span { border-color: rgb(18,121,156); }
td.TdClassName
{
border-color: #12799C;
}
.TagClassName
{
border-color: #12799C;
}
</style>