#1B14E4

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

Shades of Medium Blue #1B14E4

Tints of Medium Blue #1B14E4

Color information

#1B14E4 (or 0x1B14E4) is unknown color: approx Medium Blue. HEX triplet: 1B, 14 and E4. RGB value is (27,20,228). Sum of RGB (Red+Green+Blue) = 27+20+228=275 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.82% from 275); Green value is 20 (8.20% from 255 or 7.27% from 275); Blue value is 228 (89.45% from 255 or 82.91% from 275); Max value from RGB is 228 - color contains mainly: blue. Hex color #1B14E4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1B14E4 is #E4EB1B. Grayscale: #2C2C2C. Windows color (decimal): -15002396 or 14947355. OLE color: 14947355.

HSL color Cylindrical-coordinate representation of color #1B14E4: hue angle of 242.02º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1B14E4 is Cyan = 0.88, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB2720228-
CMYK0.880.9100.11
HSL242.02º83.87%48.63%-
HSV(B)242.02º91.23%89.41%-
XYZ14.716.3373.85-
YUV45.8230.82114.59-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 9.82%
GREEN value IS 20 (8.20% from 255) = 7.27%
BLUE value IS 228 (89.45% from 255) = 82.91%
R=9.82%
G=7.27%
B=82.91%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal27202280.880.9100.11242.0283.8748.63
Hex1B14E4585B0Bf25431
Octal332434413013301336212461
Binary1101110100111001001011000101101101011111100101010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B14E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,20,228); }

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

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

 a { background-color: rgb(27,20,228); }

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

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

 span { border-color: rgb(27,20,228); }

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