Shades of Cerulean #12669E
Tints of Cerulean #12669E
RGB
CMYK
RGB Variations
Color information
#12669E (or 0x12669E) is known color: Cerulean. HEX triplet: 12, 66 and 9E. RGB value is (18,102,158). Sum of RGB (Red+Green+Blue) = 18+102+158=278 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.47% from 278); Green value is 102 (40.23% from 255 or 36.69% from 278); Blue value is 158 (62.11% from 255 or 56.83% from 278); Max value from RGB is 158 - color contains mainly: blue. Hex color #12669E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #12669E is #ED9961. Grayscale: #525252. Windows color (decimal): -15571298 or 10380818. OLE color: 10380818.
HSL color Cylindrical-coordinate representation of color #12669E: hue angle of 204º 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 #12669E is Cyan = 0.89, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 18 | 102 | 158 | - |
| CMYK | 0.89 | 0.35 | 0 | 0.38 |
| HSL | 204º | 0.8% | 0.35% | - |
| HSV(B) | 204º | 0.89% | 0.62% | - |
| XYZ | 11.17 | 12.1 | 34.09 | - |
| YUV | 83.27 | 170.17 | 81.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 102 | 158 | 0.89 | 0.35 | 0 | 0.38 | 204 | 0.8 | 0.35 |
| Hex | 12 | 66 | 9E | 59 | 23 | 0 | 26 | CC | 50 | 23 |
| Octal | 22 | 146 | 236 | 131 | 43 | 0 | 46 | 314 | 120 | 43 |
| Binary | 10010 | 1100110 | 10011110 | 1011001 | 100011 | 0 | 100110 | 11001100 | 1010000 | 100011 |
Color Harmonies of #12669E
Complementary color
Monochromatic Colors of #12669E
Black with #12669E
Text Example
Text Example
White with #12669E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12669E; }
p { color: rgb(18,102,158); }
H1.HeaderClassName
{
color: #12669E;
}
.AnyTagClassName
{
color: #12669E;
}
</style>
background-color css
<style>
a { background-color: #12669E; }
a { background-color: rgb(18,102,158); }
div.DivClassName
{
background-color: #12669E;
}
.BgClassName
{
background-color: #12669E;
}
</style>
border-color css
<style>
span { border-color: #12669E; }
span { border-color: rgb(18,102,158); }
td.TdClassName
{
border-color: #12669E;
}
.TagClassName
{
border-color: #12669E;
}
</style>