Shades of Cerulean #12699D
Tints of Cerulean #12699D
RGB
CMYK
RGB Variations
Color information
#12699D (or 0x12699D) is known color: Cerulean. HEX triplet: 12, 69 and 9D. RGB value is (18,105,157). Sum of RGB (Red+Green+Blue) = 18+105+157=280 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.43% from 280); Green value is 105 (41.41% from 255 or 37.5% from 280); Blue value is 157 (61.72% from 255 or 56.07% from 280); Max value from RGB is 157 - color contains mainly: blue. Hex color #12699D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #12699D is #ED9662. Grayscale: #545454. Windows color (decimal): -15570531 or 10316050. OLE color: 10316050.
HSL color Cylindrical-coordinate representation of color #12699D: hue angle of 202.45º 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 #12699D is Cyan = 0.89, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 18 | 105 | 157 | - |
| CMYK | 0.89 | 0.33 | 0 | 0.38 |
| HSL | 202.45º | 0.79% | 0.34% | - |
| HSV(B) | 202.45º | 0.89% | 0.62% | - |
| XYZ | 11.39 | 12.67 | 33.74 | - |
| YUV | 84.92 | 168.68 | 80.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 105 | 157 | 0.89 | 0.33 | 0 | 0.38 | 202.45 | 0.79 | 0.34 |
| Hex | 12 | 69 | 9D | 59 | 21 | 0 | 26 | CA | 4F | 22 |
| Octal | 22 | 151 | 235 | 131 | 41 | 0 | 46 | 312 | 117 | 42 |
| Binary | 10010 | 1101001 | 10011101 | 1011001 | 100001 | 0 | 100110 | 11001010 | 1001111 | 100010 |
Color Harmonies of #12699D
Complementary color
Monochromatic Colors of #12699D
Black with #12699D
Text Example
Text Example
White with #12699D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12699D; }
p { color: rgb(18,105,157); }
H1.HeaderClassName
{
color: #12699D;
}
.AnyTagClassName
{
color: #12699D;
}
</style>
background-color css
<style>
a { background-color: #12699D; }
a { background-color: rgb(18,105,157); }
div.DivClassName
{
background-color: #12699D;
}
.BgClassName
{
background-color: #12699D;
}
</style>
border-color css
<style>
span { border-color: #12699D; }
span { border-color: rgb(18,105,157); }
td.TdClassName
{
border-color: #12699D;
}
.TagClassName
{
border-color: #12699D;
}
</style>