Shades of Blue #1C12EA
Tints of Blue #1C12EA
RGB
CMYK
RGB Variations
Color information
#1C12EA (or 0x1C12EA) is known color: Blue. HEX triplet: 1C, 12 and EA. RGB value is (28,18,234). Sum of RGB (Red+Green+Blue) = 28+18+234=280 (37% of max value = 765). Red value is 28 (11.33% from 255 or 10% from 280); Green value is 18 (7.42% from 255 or 6.43% from 280); Blue value is 234 (91.80% from 255 or 83.57% from 280); Max value from RGB is 234 - color contains mainly: blue. Hex color #1C12EA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1C12EA is #E3ED15. Grayscale: #2C2C2C. Windows color (decimal): -14937366 or 15340060. OLE color: 15340060.
HSL color Cylindrical-coordinate representation of color #1C12EA: hue angle of 242.78º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1C12EA is Cyan = 0.88, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 28 | 18 | 234 | - |
| CMYK | 0.88 | 0.92 | 0 | 0.08 |
| HSL | 242.78º | 0.86% | 0.49% | - |
| HSV(B) | 242.78º | 0.92% | 0.92% | - |
| XYZ | 15.55 | 6.62 | 78.3 | - |
| YUV | 45.61 | 234.31 | 115.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 18 | 234 | 0.88 | 0.92 | 0 | 0.08 | 242.78 | 0.86 | 0.49 |
| Hex | 1C | 12 | EA | 58 | 5C | 0 | 8 | F3 | 56 | 31 |
| Octal | 34 | 22 | 352 | 130 | 134 | 0 | 10 | 363 | 126 | 61 |
| Binary | 11100 | 10010 | 11101010 | 1011000 | 1011100 | 0 | 1000 | 11110011 | 1010110 | 110001 |
Color Harmonies of #1C12EA
Complementary color
Monochromatic Colors of #1C12EA
Black with #1C12EA
Text Example
Text Example
White with #1C12EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C12EA; }
p { color: rgb(28,18,234); }
H1.HeaderClassName
{
color: #1C12EA;
}
.AnyTagClassName
{
color: #1C12EA;
}
</style>
background-color css
<style>
a { background-color: #1C12EA; }
a { background-color: rgb(28,18,234); }
div.DivClassName
{
background-color: #1C12EA;
}
.BgClassName
{
background-color: #1C12EA;
}
</style>
border-color css
<style>
span { border-color: #1C12EA; }
span { border-color: rgb(28,18,234); }
td.TdClassName
{
border-color: #1C12EA;
}
.TagClassName
{
border-color: #1C12EA;
}
</style>