#1B01EC

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

Shades of Blue #1B01EC

Tints of Blue #1B01EC

Color information

#1B01EC (or 0x1B01EC) is unknown color: approx Blue. HEX triplet: 1B, 01 and EC. RGB value is (27,1,236). Sum of RGB (Red+Green+Blue) = 27+1+236=264 (34% of max value = 765). Red value is 27 (10.94% from 255 or 10.23% from 264); Green value is 1 (0.78% from 255 or 0.38% from 264); Blue value is 236 (92.58% from 255 or 89.39% from 264); Max value from RGB is 236 - color contains mainly: blue. Hex color #1B01EC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1B01EC is #E4FE13. Grayscale: #222222. Windows color (decimal): -15007252 or 15466779. OLE color: 15466779.

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

Color convert

RGB271236-
CMYK0.891.0000.07
HSL246.64º99.16%46.47%-
HSV(B)246.64º99.58%92.55%-
XYZ15.66.3179.75-
YUV35.56241.11121.89-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 10.23%
GREEN value IS 1 (0.78% from 255) = 0.38%
BLUE value IS 236 (92.58% from 255) = 89.39%
R=10.23%
G=0.38%
B=89.39%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 1.00
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2712360.891.0000.07246.6499.1646.47
Hex1B1EC596407f7632e
Octal3313541311440736714356
Binary11011111101100101100111001000111111101111100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B01EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,1,236); }

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

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

 a { background-color: rgb(27,1,236); }

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

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

 span { border-color: rgb(27,1,236); }

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