Html Css Color HEX #122BB2 Egyptian Blue

📋 copy color: '#122BB2'

red 18 ◦ green 43 ◦ blue 178

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

Shades of Egyptian Blue #122BB2

Tints of Egyptian Blue #122BB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 74.48%

R = 7.53%
G = 17.99%
B = 74.48%

CMYK

 C value IS 0.90

 M value IS 0.76

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#122BB2 (or 0x122BB2) is known color: Egyptian Blue. HEX triplet: 12, 2B and B2. RGB value is (18,43,178). Sum of RGB (Red+Green+Blue) = 18+43+178=239 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.53% from 239); Green value is 43 (17.19% from 255 or 17.99% from 239); Blue value is 178 (69.92% from 255 or 74.48% from 239); Max value from RGB is 178 - color contains mainly: blue. Hex color #122BB2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122BB2 is #EDD44D. Grayscale: #323232. Windows color (decimal): -15586382 or 11676434. OLE color: 11676434.

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

Color convert

RGB 18 43 178 -
CMYK 0.90 0.76 0 0.30
HSL 230.63º 0.82% 0.38% -
HSV(B) 230.63º 0.9% 0.7% -
XYZ 9.15 5.07 42.62 -
YUV 50.92 199.72 104.52 -
System Red Green Blue C M Y K H S L
Decimal 18 43 178 0.90 0.76 0 0.30 230.63 0.82 0.38
Hex 12 2B B2 5A 4C 0 1E E7 52 26
Octal 22 53 262 132 114 0 36 347 122 46
Binary 10010 101011 10110010 1011010 1001100 0 11110 11100111 1010010 100110

Color Harmonies of #122BB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122BB2

Black with #122BB2

Text Example


Text Example

White with #122BB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,43,178); }

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

background-color css

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

 a { background-color: rgb(18,43,178); }

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

border-color css

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

 span { border-color: rgb(18,43,178); }

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