#1B02E1

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

Shades of Medium Blue #1B02E1

Tints of Medium Blue #1B02E1

Color information

#1B02E1 (or 0x1B02E1) is unknown color: approx Medium Blue. HEX triplet: 1B, 02 and E1. RGB value is (27,2,225). Sum of RGB (Red+Green+Blue) = 27+2+225=254 (33% of max value = 765). Red value is 27 (10.94% from 255 or 10.63% from 254); Green value is 2 (1.17% from 255 or 0.79% from 254); Blue value is 225 (88.28% from 255 or 88.58% from 254); Max value from RGB is 225 - color contains mainly: blue. Hex color #1B02E1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1B02E1 is #E4FD1E. Grayscale: #222222. Windows color (decimal): -15007007 or 14746139. OLE color: 14746139.

HSL color Cylindrical-coordinate representation of color #1B02E1: hue angle of 246.73º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1B02E1 is Cyan = 0.88, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB272225-
CMYK0.880.9900.12
HSL246.73º98.24%44.51%-
HSV(B)246.73º99.11%88.24%-
XYZ14.065.7171.6-
YUV34.9235.28122.37-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 10.63%
GREEN value IS 2 (1.17% from 255) = 0.79%
BLUE value IS 225 (88.28% from 255) = 88.58%
R=10.63%
G=0.79%
B=88.58%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2722250.880.9900.12246.7398.2444.51
Hex1B2E158630Cf7622d
Octal33234113014301436714255
Binary1101110111000011011000110001101100111101111100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B02E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,2,225); }

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

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

 a { background-color: rgb(27,2,225); }

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

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

 span { border-color: rgb(27,2,225); }

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