#1C1BEE

Color #1C1BEE Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue #1C1BEE

Tints of Blue #1C1BEE

Color information

#1C1BEE (or 0x1C1BEE) is unknown color: approx Blue. HEX triplet: 1C, 1B and EE. RGB value is (28,27,238). Sum of RGB (Red+Green+Blue) = 28+27+238=293 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.56% from 293); Green value is 27 (10.94% from 255 or 9.22% from 293); Blue value is 238 (93.36% from 255 or 81.23% from 293); Max value from RGB is 238 - color contains mainly: blue. Hex color #1C1BEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1C1BEE is #E3E411. Grayscale: #323232. Windows color (decimal): -14935058 or 15604508. OLE color: 15604508.

HSL color Cylindrical-coordinate representation of color #1C1BEE: hue angle of 240.28º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1C1BEE is Cyan = 0.88, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB2827238-
CMYK0.880.8900.07
HSL240.28º86.12%51.96%-
HSV(B)240.28º88.66%93.33%-
XYZ16.37.281.42-
YUV51.35233.33111.34-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 28 (11.33% from 255) = 9.56%
GREEN value IS 27 (10.94% from 255) = 9.22%
BLUE value IS 238 (93.36% from 255) = 81.23%
R=9.56%
G=9.22%
B=81.23%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal28272380.880.8900.07240.2886.1251.96
Hex1C1BEE585907f05634
Octal34333561301310736012664
Binary111001101111101110101100010110010111111100001010110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C1BEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1C1BEE; }

 p { color: rgb(28,27,238); }

 H1.HeaderClassName
 {
   color: #1C1BEE;
 }
 .AnyTagClassName
 {
   color: #1C1BEE;
 }
</style>
background-color css

<style>
 a { background-color: #1C1BEE; }

 a { background-color: rgb(28,27,238); }

 div.DivClassName
 {
   background-color: #1C1BEE;
 }
 .BgClassName
 {
   background-color: #1C1BEE;
 }
</style>
border-color css

<style>
 span { border-color: #1C1BEE; }

 span { border-color: rgb(28,27,238); }

 td.TdClassName
 {
   border-color: #1C1BEE;
 }
 .TagClassName
 {
   border-color: #1C1BEE;
 }
</style>