Shades of Cerulean #12679F
Tints of Cerulean #12679F
RGB
CMYK
RGB Variations
Color information
#12679F (or 0x12679F) is known color: Cerulean. HEX triplet: 12, 67 and 9F. RGB value is (18,103,159). Sum of RGB (Red+Green+Blue) = 18+103+159=280 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.43% from 280); Green value is 103 (40.62% from 255 or 36.79% from 280); Blue value is 159 (62.5% from 255 or 56.79% from 280); Max value from RGB is 159 - color contains mainly: blue. Hex color #12679F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #12679F is #ED9860. Grayscale: #535353. Windows color (decimal): -15571041 or 10446610. OLE color: 10446610.
HSL color Cylindrical-coordinate representation of color #12679F: hue angle of 203.83º 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 #12679F is Cyan = 0.89, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 18 | 103 | 159 | - |
| CMYK | 0.89 | 0.35 | 0 | 0.38 |
| HSL | 203.83º | 0.8% | 0.35% | - |
| HSV(B) | 203.83º | 0.89% | 0.62% | - |
| XYZ | 11.36 | 12.33 | 34.58 | - |
| YUV | 83.97 | 170.34 | 80.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 103 | 159 | 0.89 | 0.35 | 0 | 0.38 | 203.83 | 0.8 | 0.35 |
| Hex | 12 | 67 | 9F | 59 | 23 | 0 | 26 | CC | 50 | 23 |
| Octal | 22 | 147 | 237 | 131 | 43 | 0 | 46 | 314 | 120 | 43 |
| Binary | 10010 | 1100111 | 10011111 | 1011001 | 100011 | 0 | 100110 | 11001100 | 1010000 | 100011 |
Color Harmonies of #12679F
Complementary color
Monochromatic Colors of #12679F
Black with #12679F
Text Example
Text Example
White with #12679F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12679F; }
p { color: rgb(18,103,159); }
H1.HeaderClassName
{
color: #12679F;
}
.AnyTagClassName
{
color: #12679F;
}
</style>
background-color css
<style>
a { background-color: #12679F; }
a { background-color: rgb(18,103,159); }
div.DivClassName
{
background-color: #12679F;
}
.BgClassName
{
background-color: #12679F;
}
</style>
border-color css
<style>
span { border-color: #12679F; }
span { border-color: rgb(18,103,159); }
td.TdClassName
{
border-color: #12679F;
}
.TagClassName
{
border-color: #12679F;
}
</style>