Html Css Color HEX #122EB1 Egyptian Blue

📋 copy color: '#122EB1'

red 18 ◦ green 46 ◦ blue 177

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

Shades of Egyptian Blue #122EB1

Tints of Egyptian Blue #122EB1

RGB

 RED value IS 18 (7.42% from 255) = 7.47%

 GREEN value IS 46 (18.36% from 255) = 19.09%

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

R = 7.47%
G = 19.09%
B = 73.44%

CMYK

 C value IS 0.90

 M value IS 0.74

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#122EB1 (or 0x122EB1) is known color: Egyptian Blue. HEX triplet: 12, 2E and B1. RGB value is (18,46,177). Sum of RGB (Red+Green+Blue) = 18+46+177=241 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.47% from 241); Green value is 46 (18.36% from 255 or 19.09% from 241); Blue value is 177 (69.53% from 255 or 73.44% from 241); Max value from RGB is 177 - color contains mainly: blue. Hex color #122EB1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122EB1 is #EDD14E. Grayscale: #343434. Windows color (decimal): -15585615 or 11611666. OLE color: 11611666.

HSL color Cylindrical-coordinate representation of color #122EB1: hue angle of 229.43º 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 #122EB1 is Cyan = 0.90, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 18 46 177 -
CMYK 0.90 0.74 0 0.31
HSL 229.43º 0.82% 0.38% -
HSV(B) 229.43º 0.9% 0.69% -
XYZ 9.16 5.26 42.13 -
YUV 52.56 198.22 103.35 -
System Red Green Blue C M Y K H S L
Decimal 18 46 177 0.90 0.74 0 0.31 229.43 0.82 0.38
Hex 12 2E B1 5A 4A 0 1F E5 52 26
Octal 22 56 261 132 112 0 37 345 122 46
Binary 10010 101110 10110001 1011010 1001010 0 11111 11100101 1010010 100110

Color Harmonies of #122EB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122EB1

Black with #122EB1

Text Example


Text Example

White with #122EB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122EB1; }

 p { color: rgb(18,46,177); }

 H1.HeaderClassName
 {
   color: #122EB1;
 }
 .AnyTagClassName
 {
   color: #122EB1;
 }
</style>

background-color css

<style>
 a { background-color: #122EB1; }

 a { background-color: rgb(18,46,177); }

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

border-color css

<style>
 span { border-color: #122EB1; }

 span { border-color: rgb(18,46,177); }

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