Html Css Color HEX #112BB4 Egyptian Blue

📋 copy color: '#112BB4'

red 17 ◦ green 43 ◦ blue 180

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

Shades of Egyptian Blue #112BB4

Tints of Egyptian Blue #112BB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 75%

R = 7.08%
G = 17.92%
B = 75%

CMYK

 C value IS 0.91

 M value IS 0.76

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#112BB4 (or 0x112BB4) is known color: Egyptian Blue. HEX triplet: 11, 2B and B4. RGB value is (17,43,180). Sum of RGB (Red+Green+Blue) = 17+43+180=240 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.08% from 240); Green value is 43 (17.19% from 255 or 17.92% from 240); Blue value is 180 (70.70% from 255 or 75% from 240); Max value from RGB is 180 - color contains mainly: blue. Hex color #112BB4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #112BB4 is #EED44B. Grayscale: #323232. Windows color (decimal): -15651916 or 11807505. OLE color: 11807505.

HSL color Cylindrical-coordinate representation of color #112BB4: hue angle of 230.43º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #112BB4 is Cyan = 0.91, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 17 43 180 -
CMYK 0.91 0.76 0 0.29
HSL 230.43º 0.83% 0.39% -
HSV(B) 230.43º 0.91% 0.71% -
XYZ 9.33 5.14 43.68 -
YUV 50.84 200.89 103.86 -
System Red Green Blue C M Y K H S L
Decimal 17 43 180 0.91 0.76 0 0.29 230.43 0.83 0.39
Hex 11 2B B4 5B 4C 0 1D E6 53 27
Octal 21 53 264 133 114 0 35 346 123 47
Binary 10001 101011 10110100 1011011 1001100 0 11101 11100110 1010011 100111

Color Harmonies of #112BB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112BB4

Black with #112BB4

Text Example


Text Example

White with #112BB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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