Shades of Blue #1C0CEB
Tints of Blue #1C0CEB
RGB
CMYK
RGB Variations
Color information
#1C0CEB (or 0x1C0CEB) is known color: Blue. HEX triplet: 1C, 0C and EB. RGB value is (28,12,235). Sum of RGB (Red+Green+Blue) = 28+12+235=275 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.18% from 275); Green value is 12 (5.08% from 255 or 4.36% from 275); Blue value is 235 (92.19% from 255 or 85.45% from 275); Max value from RGB is 235 - color contains mainly: blue. Hex color #1C0CEB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1C0CEB is #E3F314. Grayscale: #292929. Windows color (decimal): -14938901 or 15404060. OLE color: 15404060.
HSL color Cylindrical-coordinate representation of color #1C0CEB: hue angle of 244.3º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1C0CEB is Cyan = 0.88, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 28 | 12 | 235 | - |
| CMYK | 0.88 | 0.95 | 0 | 0.08 |
| HSL | 244.3º | 0.9% | 0.48% | - |
| HSV(B) | 244.3º | 0.95% | 0.92% | - |
| XYZ | 15.61 | 6.51 | 79.03 | - |
| YUV | 42.21 | 236.8 | 117.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 12 | 235 | 0.88 | 0.95 | 0 | 0.08 | 244.3 | 0.9 | 0.48 |
| Hex | 1C | C | EB | 58 | 5F | 0 | 8 | F4 | 5A | 30 |
| Octal | 34 | 14 | 353 | 130 | 137 | 0 | 10 | 364 | 132 | 60 |
| Binary | 11100 | 1100 | 11101011 | 1011000 | 1011111 | 0 | 1000 | 11110100 | 1011010 | 110000 |
Color Harmonies of #1C0CEB
Complementary color
Monochromatic Colors of #1C0CEB
Black with #1C0CEB
Text Example
Text Example
White with #1C0CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C0CEB; }
p { color: rgb(28,12,235); }
H1.HeaderClassName
{
color: #1C0CEB;
}
.AnyTagClassName
{
color: #1C0CEB;
}
</style>
background-color css
<style>
a { background-color: #1C0CEB; }
a { background-color: rgb(28,12,235); }
div.DivClassName
{
background-color: #1C0CEB;
}
.BgClassName
{
background-color: #1C0CEB;
}
</style>
border-color css
<style>
span { border-color: #1C0CEB; }
span { border-color: rgb(28,12,235); }
td.TdClassName
{
border-color: #1C0CEB;
}
.TagClassName
{
border-color: #1C0CEB;
}
</style>