#1B01E8

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

Shades of Blue #1B01E8

Tints of Blue #1B01E8

Color information

#1B01E8 (or 0x1B01E8) is unknown color: approx Blue. HEX triplet: 1B, 01 and E8. RGB value is (27,1,232). Sum of RGB (Red+Green+Blue) = 27+1+232=260 (34% of max value = 765). Red value is 27 (10.94% from 255 or 10.38% from 260); Green value is 1 (0.78% from 255 or 0.38% from 260); Blue value is 232 (91.02% from 255 or 89.23% from 260); Max value from RGB is 232 - color contains mainly: blue. Hex color #1B01E8 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1B01E8 is #E4FE17. Grayscale: #222222. Windows color (decimal): -15007256 or 15204635. OLE color: 15204635.

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

Color convert

RGB271232-
CMYK0.881.0000.09
HSL246.75º99.14%45.69%-
HSV(B)246.75º99.57%90.98%-
XYZ15.036.0876.73-
YUV35.11239.11122.22-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 10.38%
GREEN value IS 1 (0.78% from 255) = 0.38%
BLUE value IS 232 (91.02% from 255) = 89.23%
R=10.38%
G=0.38%
B=89.23%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 1.00
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2712320.881.0000.09246.7599.1445.69
Hex1B1E8586409f7632e
Octal33135013014401136714356
Binary110111111010001011000110010001001111101111100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B01E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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