Shades of Cerulean #12679D
Tints of Cerulean #12679D
RGB
CMYK
RGB Variations
Color information
#12679D (or 0x12679D) is known color: Cerulean. HEX triplet: 12, 67 and 9D. RGB value is (18,103,157). Sum of RGB (Red+Green+Blue) = 18+103+157=278 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.47% from 278); Green value is 103 (40.62% from 255 or 37.05% from 278); Blue value is 157 (61.72% from 255 or 56.47% from 278); Max value from RGB is 157 - color contains mainly: blue. Hex color #12679D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #12679D is #ED9862. Grayscale: #535353. Windows color (decimal): -15571043 or 10315538. OLE color: 10315538.
HSL color Cylindrical-coordinate representation of color #12679D: hue angle of 203.31º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12679D is Cyan = 0.89, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 18 | 103 | 157 | - |
| CMYK | 0.89 | 0.34 | 0 | 0.38 |
| HSL | 203.31º | 0.79% | 0.34% | - |
| HSV(B) | 203.31º | 0.89% | 0.62% | - |
| XYZ | 11.19 | 12.26 | 33.68 | - |
| YUV | 83.74 | 169.34 | 81.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 103 | 157 | 0.89 | 0.34 | 0 | 0.38 | 203.31 | 0.79 | 0.34 |
| Hex | 12 | 67 | 9D | 59 | 22 | 0 | 26 | CB | 4F | 22 |
| Octal | 22 | 147 | 235 | 131 | 42 | 0 | 46 | 313 | 117 | 42 |
| Binary | 10010 | 1100111 | 10011101 | 1011001 | 100010 | 0 | 100110 | 11001011 | 1001111 | 100010 |
Color Harmonies of #12679D
Complementary color
Monochromatic Colors of #12679D
Black with #12679D
Text Example
Text Example
White with #12679D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12679D; }
p { color: rgb(18,103,157); }
H1.HeaderClassName
{
color: #12679D;
}
.AnyTagClassName
{
color: #12679D;
}
</style>
background-color css
<style>
a { background-color: #12679D; }
a { background-color: rgb(18,103,157); }
div.DivClassName
{
background-color: #12679D;
}
.BgClassName
{
background-color: #12679D;
}
</style>
border-color css
<style>
span { border-color: #12679D; }
span { border-color: rgb(18,103,157); }
td.TdClassName
{
border-color: #12679D;
}
.TagClassName
{
border-color: #12679D;
}
</style>