Html Css Color HEX #122AB0 Egyptian Blue

📋 copy color: '#122AB0'

red 18 ◦ green 42 ◦ blue 176

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

Shades of Egyptian Blue #122AB0

Tints of Egyptian Blue #122AB0

RGB

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

 GREEN value IS 42 (16.8% from 255) = 17.8%

 BLUE value IS 176 (69.14% from 255) = 74.58%

R = 7.63%
G = 17.8%
B = 74.58%

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

#122AB0 (or 0x122AB0) is known color: Egyptian Blue. HEX triplet: 12, 2A and B0. RGB value is (18,42,176). Sum of RGB (Red+Green+Blue) = 18+42+176=236 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.63% from 236); Green value is 42 (16.80% from 255 or 17.80% from 236); Blue value is 176 (69.14% from 255 or 74.58% from 236); Max value from RGB is 176 - color contains mainly: blue. Hex color #122AB0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122AB0 is #EDD54F. Grayscale: #313131. Windows color (decimal): -15586640 or 11545106. OLE color: 11545106.

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

Color convert

RGB 18 42 176 -
CMYK 0.90 0.76 0 0.31
HSL 230.89º 0.81% 0.38% -
HSV(B) 230.89º 0.9% 0.69% -
XYZ 8.91 4.92 41.55 -
YUV 50.1 199.05 105.1 -
System Red Green Blue C M Y K H S L
Decimal 18 42 176 0.90 0.76 0 0.31 230.89 0.81 0.38
Hex 12 2A B0 5A 4C 0 1F E7 51 26
Octal 22 52 260 132 114 0 37 347 121 46
Binary 10010 101010 10110000 1011010 1001100 0 11111 11100111 1010001 100110

Color Harmonies of #122AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122AB0

Black with #122AB0

Text Example


Text Example

White with #122AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,42,176); }

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

background-color css

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

 a { background-color: rgb(18,42,176); }

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

border-color css

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

 span { border-color: rgb(18,42,176); }

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