Shades of Cerulean #1268A3
Tints of Cerulean #1268A3
RGB
CMYK
RGB Variations
Color information
#1268A3 (or 0x1268A3) is known color: Cerulean. HEX triplet: 12, 68 and A3. RGB value is (18,104,163). Sum of RGB (Red+Green+Blue) = 18+104+163=285 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.32% from 285); Green value is 104 (41.02% from 255 or 36.49% from 285); Blue value is 163 (64.06% from 255 or 57.19% from 285); Max value from RGB is 163 - color contains mainly: blue. Hex color #1268A3 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1268A3 is #ED975C. Grayscale: #545454. Windows color (decimal): -15570781 or 10709010. OLE color: 10709010.
HSL color Cylindrical-coordinate representation of color #1268A3: hue angle of 204.41º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1268A3 is Cyan = 0.89, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 18 | 104 | 163 | - |
| CMYK | 0.89 | 0.36 | 0 | 0.36 |
| HSL | 204.41º | 0.8% | 0.35% | - |
| HSV(B) | 204.41º | 0.89% | 0.64% | - |
| XYZ | 11.81 | 12.67 | 36.47 | - |
| YUV | 85.01 | 172.01 | 80.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 104 | 163 | 0.89 | 0.36 | 0 | 0.36 | 204.41 | 0.8 | 0.35 |
| Hex | 12 | 68 | A3 | 59 | 24 | 0 | 24 | CC | 50 | 23 |
| Octal | 22 | 150 | 243 | 131 | 44 | 0 | 44 | 314 | 120 | 43 |
| Binary | 10010 | 1101000 | 10100011 | 1011001 | 100100 | 0 | 100100 | 11001100 | 1010000 | 100011 |
Color Harmonies of #1268A3
Complementary color
Monochromatic Colors of #1268A3
Black with #1268A3
Text Example
Text Example
White with #1268A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1268A3; }
p { color: rgb(18,104,163); }
H1.HeaderClassName
{
color: #1268A3;
}
.AnyTagClassName
{
color: #1268A3;
}
</style>
background-color css
<style>
a { background-color: #1268A3; }
a { background-color: rgb(18,104,163); }
div.DivClassName
{
background-color: #1268A3;
}
.BgClassName
{
background-color: #1268A3;
}
</style>
border-color css
<style>
span { border-color: #1268A3; }
span { border-color: rgb(18,104,163); }
td.TdClassName
{
border-color: #1268A3;
}
.TagClassName
{
border-color: #1268A3;
}
</style>