Shades of Cerulean #12759C
Tints of Cerulean #12759C
RGB
CMYK
RGB Variations
Color information
#12759C (or 0x12759C) is known color: Cerulean. HEX triplet: 12, 75 and 9C. RGB value is (18,117,156). Sum of RGB (Red+Green+Blue) = 18+117+156=291 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.19% from 291); Green value is 117 (46.09% from 255 or 40.21% from 291); Blue value is 156 (61.33% from 255 or 53.61% from 291); Max value from RGB is 156 - color contains mainly: blue. Hex color #12759C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #12759C is #ED8A63. Grayscale: #5B5B5B. Windows color (decimal): -15567460 or 10253586. OLE color: 10253586.
HSL color Cylindrical-coordinate representation of color #12759C: hue angle of 196.96º 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 #12759C is Cyan = 0.88, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 18 | 117 | 156 | - |
| CMYK | 0.88 | 0.25 | 0 | 0.39 |
| HSL | 196.96º | 0.79% | 0.34% | - |
| HSV(B) | 196.96º | 0.88% | 0.61% | - |
| XYZ | 12.61 | 15.25 | 33.73 | - |
| YUV | 91.85 | 164.2 | 75.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 117 | 156 | 0.88 | 0.25 | 0 | 0.39 | 196.96 | 0.79 | 0.34 |
| Hex | 12 | 75 | 9C | 58 | 19 | 0 | 27 | C5 | 4F | 22 |
| Octal | 22 | 165 | 234 | 130 | 31 | 0 | 47 | 305 | 117 | 42 |
| Binary | 10010 | 1110101 | 10011100 | 1011000 | 11001 | 0 | 100111 | 11000101 | 1001111 | 100010 |
Color Harmonies of #12759C
Complementary color
Monochromatic Colors of #12759C
Black with #12759C
Text Example
Text Example
White with #12759C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12759C; }
p { color: rgb(18,117,156); }
H1.HeaderClassName
{
color: #12759C;
}
.AnyTagClassName
{
color: #12759C;
}
</style>
background-color css
<style>
a { background-color: #12759C; }
a { background-color: rgb(18,117,156); }
div.DivClassName
{
background-color: #12759C;
}
.BgClassName
{
background-color: #12759C;
}
</style>
border-color css
<style>
span { border-color: #12759C; }
span { border-color: rgb(18,117,156); }
td.TdClassName
{
border-color: #12759C;
}
.TagClassName
{
border-color: #12759C;
}
</style>