Shades of Blue #1C1BEF
Tints of Blue #1C1BEF
RGB
CMYK
RGB Variations
Color information
#1C1BEF (or 0x1C1BEF) is known color: Blue. HEX triplet: 1C, 1B and EF. RGB value is (28,27,239). Sum of RGB (Red+Green+Blue) = 28+27+239=294 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.52% from 294); Green value is 27 (10.94% from 255 or 9.18% from 294); Blue value is 239 (93.75% from 255 or 81.29% from 294); Max value from RGB is 239 - color contains mainly: blue. Hex color #1C1BEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1C1BEF is #E3E410. Grayscale: #323232. Windows color (decimal): -14935057 or 15670044. OLE color: 15670044.
HSL color Cylindrical-coordinate representation of color #1C1BEF: hue angle of 240.28º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1C1BEF is Cyan = 0.88, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 28 | 27 | 239 | - |
| CMYK | 0.88 | 0.89 | 0 | 0.06 |
| HSL | 240.28º | 0.87% | 0.52% | - |
| HSV(B) | 240.28º | 0.89% | 0.94% | - |
| XYZ | 16.45 | 7.26 | 82.2 | - |
| YUV | 51.47 | 233.83 | 111.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 27 | 239 | 0.88 | 0.89 | 0 | 0.06 | 240.28 | 0.87 | 0.52 |
| Hex | 1C | 1B | EF | 58 | 59 | 0 | 6 | F0 | 57 | 34 |
| Octal | 34 | 33 | 357 | 130 | 131 | 0 | 6 | 360 | 127 | 64 |
| Binary | 11100 | 11011 | 11101111 | 1011000 | 1011001 | 0 | 110 | 11110000 | 1010111 | 110100 |
Color Harmonies of #1C1BEF
Complementary color
Monochromatic Colors of #1C1BEF
Black with #1C1BEF
Text Example
Text Example
White with #1C1BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C1BEF; }
p { color: rgb(28,27,239); }
H1.HeaderClassName
{
color: #1C1BEF;
}
.AnyTagClassName
{
color: #1C1BEF;
}
</style>
background-color css
<style>
a { background-color: #1C1BEF; }
a { background-color: rgb(28,27,239); }
div.DivClassName
{
background-color: #1C1BEF;
}
.BgClassName
{
background-color: #1C1BEF;
}
</style>
border-color css
<style>
span { border-color: #1C1BEF; }
span { border-color: rgb(28,27,239); }
td.TdClassName
{
border-color: #1C1BEF;
}
.TagClassName
{
border-color: #1C1BEF;
}
</style>