#1B1EEE

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

Shades of Blue #1B1EEE

Tints of Blue #1B1EEE

Color information

#1B1EEE (or 0x1B1EEE) is unknown color: approx Blue. HEX triplet: 1B, 1E and EE. RGB value is (27,30,238). Sum of RGB (Red+Green+Blue) = 27+30+238=295 (39% of max value = 765). Red value is 27 (10.94% from 255 or 9.15% from 295); Green value is 30 (12.11% from 255 or 10.17% from 295); Blue value is 238 (93.36% from 255 or 80.68% from 295); Max value from RGB is 238 - color contains mainly: blue. Hex color #1B1EEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1B1EEE is #E4E111. Grayscale: #333333. Windows color (decimal): -14999826 or 15605275. OLE color: 15605275.

HSL color Cylindrical-coordinate representation of color #1B1EEE: hue angle of 239.15º 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 #1B1EEE is Cyan = 0.89, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB2730238-
CMYK0.890.8700.07
HSL239.15º86.12%51.96%-
HSV(B)239.15º88.66%93.33%-
XYZ16.357.3381.44-
YUV52.82232.51109.59-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 9.15%
GREEN value IS 30 (12.11% from 255) = 10.17%
BLUE value IS 238 (93.36% from 255) = 80.68%
R=9.15%
G=10.17%
B=80.68%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal27302380.890.8700.07239.1586.1251.96
Hex1B1EEE595707ef5634
Octal33363561311270735712664
Binary110111111011101110101100110101110111111011111010110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B1EEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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