Html Css Color HEX #112BB1 Egyptian Blue

📋 copy color: '#112BB1'

red 17 ◦ green 43 ◦ blue 177

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

Shades of Egyptian Blue #112BB1

Tints of Egyptian Blue #112BB1

RGB

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

 GREEN value IS 43 (17.19% from 255) = 18.14%

 BLUE value IS 177 (69.53% from 255) = 74.68%

R = 7.17%
G = 18.14%
B = 74.68%

CMYK

 C value IS 0.90

 M value IS 0.76

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#112BB1 (or 0x112BB1) is known color: Egyptian Blue. HEX triplet: 11, 2B and B1. RGB value is (17,43,177). Sum of RGB (Red+Green+Blue) = 17+43+177=237 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.17% from 237); Green value is 43 (17.19% from 255 or 18.14% from 237); Blue value is 177 (69.53% from 255 or 74.68% from 237); Max value from RGB is 177 - color contains mainly: blue. Hex color #112BB1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112BB1 is #EED44E. Grayscale: #313131. Windows color (decimal): -15651919 or 11610897. OLE color: 11610897.

HSL color Cylindrical-coordinate representation of color #112BB1: hue angle of 230.25º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #112BB1 is Cyan = 0.90, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 17 43 177 -
CMYK 0.90 0.76 0 0.31
HSL 230.25º 0.82% 0.38% -
HSV(B) 230.25º 0.9% 0.69% -
XYZ 9.03 5.02 42.09 -
YUV 50.5 199.39 104.1 -
System Red Green Blue C M Y K H S L
Decimal 17 43 177 0.90 0.76 0 0.31 230.25 0.82 0.38
Hex 11 2B B1 5A 4C 0 1F E6 52 26
Octal 21 53 261 132 114 0 37 346 122 46
Binary 10001 101011 10110001 1011010 1001100 0 11111 11100110 1010010 100110

Color Harmonies of #112BB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112BB1

Black with #112BB1

Text Example


Text Example

White with #112BB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112BB1; }

 p { color: rgb(17,43,177); }

 H1.HeaderClassName
 {
   color: #112BB1;
 }
 .AnyTagClassName
 {
   color: #112BB1;
 }
</style>

background-color css

<style>
 a { background-color: #112BB1; }

 a { background-color: rgb(17,43,177); }

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

border-color css

<style>
 span { border-color: #112BB1; }

 span { border-color: rgb(17,43,177); }

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