Shades of Cerulean #12679C
Tints of Cerulean #12679C
RGB
CMYK
RGB Variations
Color information
#12679C (or 0x12679C) is known color: Cerulean. HEX triplet: 12, 67 and 9C. RGB value is (18,103,156). Sum of RGB (Red+Green+Blue) = 18+103+156=277 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.50% from 277); Green value is 103 (40.62% from 255 or 37.18% from 277); Blue value is 156 (61.33% from 255 or 56.32% from 277); Max value from RGB is 156 - color contains mainly: blue. Hex color #12679C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #12679C is #ED9863. Grayscale: #535353. Windows color (decimal): -15571044 or 10250002. OLE color: 10250002.
HSL color Cylindrical-coordinate representation of color #12679C: hue angle of 203.04º 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 #12679C is Cyan = 0.88, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 18 | 103 | 156 | - |
| CMYK | 0.88 | 0.34 | 0 | 0.39 |
| HSL | 203.04º | 0.79% | 0.34% | - |
| HSV(B) | 203.04º | 0.88% | 0.61% | - |
| XYZ | 11.1 | 12.23 | 33.23 | - |
| YUV | 83.63 | 168.84 | 81.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 103 | 156 | 0.88 | 0.34 | 0 | 0.39 | 203.04 | 0.79 | 0.34 |
| Hex | 12 | 67 | 9C | 58 | 22 | 0 | 27 | CB | 4F | 22 |
| Octal | 22 | 147 | 234 | 130 | 42 | 0 | 47 | 313 | 117 | 42 |
| Binary | 10010 | 1100111 | 10011100 | 1011000 | 100010 | 0 | 100111 | 11001011 | 1001111 | 100010 |
Color Harmonies of #12679C
Complementary color
Monochromatic Colors of #12679C
Black with #12679C
Text Example
Text Example
White with #12679C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12679C; }
p { color: rgb(18,103,156); }
H1.HeaderClassName
{
color: #12679C;
}
.AnyTagClassName
{
color: #12679C;
}
</style>
background-color css
<style>
a { background-color: #12679C; }
a { background-color: rgb(18,103,156); }
div.DivClassName
{
background-color: #12679C;
}
.BgClassName
{
background-color: #12679C;
}
</style>
border-color css
<style>
span { border-color: #12679C; }
span { border-color: rgb(18,103,156); }
td.TdClassName
{
border-color: #12679C;
}
.TagClassName
{
border-color: #12679C;
}
</style>