Html Css Color HEX #1112E7 Blue

📋 copy color: '#1112E7'

red 17 ◦ green 18 ◦ blue 231

#1112E7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue #1112E7

Tints of Blue #1112E7

RGB

 RED value IS 17 (7.03% from 255) = 6.39%

 GREEN value IS 18 (7.42% from 255) = 6.77%

 BLUE value IS 231 (90.63% from 255) = 86.84%

R = 6.39%
G = 6.77%
B = 86.84%

CMYK

 C value IS 0.93

 M value IS 0.92

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#1112E7 (or 0x1112E7) is known color: Blue. HEX triplet: 11, 12 and E7. RGB value is (17,18,231). Sum of RGB (Red+Green+Blue) = 17+18+231=266 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.39% from 266); Green value is 18 (7.42% from 255 or 6.77% from 266); Blue value is 231 (90.62% from 255 or 86.84% from 266); Max value from RGB is 231 - color contains mainly: blue. Hex color #1112E7 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1112E7 is #EEED18. Grayscale: #292929. Windows color (decimal): -15658265 or 15143441. OLE color: 15143441.

HSL color Cylindrical-coordinate representation of color #1112E7: hue angle of 239.72º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1112E7 is Cyan = 0.93, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 17 18 231 -
CMYK 0.93 0.92 0 0.09
HSL 239.72º 0.86% 0.49% -
HSV(B) 239.72º 0.93% 0.91% -
XYZ 14.87 6.32 76.04 -
YUV 41.98 234.67 110.18 -
System Red Green Blue C M Y K H S L
Decimal 17 18 231 0.93 0.92 0 0.09 239.72 0.86 0.49
Hex 11 12 E7 5D 5C 0 9 F0 56 31
Octal 21 22 347 135 134 0 11 360 126 61
Binary 10001 10010 11100111 1011101 1011100 0 1001 11110000 1010110 110001

Color Harmonies of #1112E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1112E7

Black with #1112E7

Text Example


Text Example

White with #1112E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1112E7; }

 p { color: rgb(17,18,231); }

 H1.HeaderClassName
 {
   color: #1112E7;
 }
 .AnyTagClassName
 {
   color: #1112E7;
 }
</style>

background-color css

<style>
 a { background-color: #1112E7; }

 a { background-color: rgb(17,18,231); }

 div.DivClassName
 {
   background-color: #1112E7;
 }
 .BgClassName
 {
   background-color: #1112E7;
 }
</style>

border-color css

<style>
 span { border-color: #1112E7; }

 span { border-color: rgb(17,18,231); }

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