Html Css Color HEX #122896 Egyptian Blue

📋 copy color: '#122896'

red 18 ◦ green 40 ◦ blue 150

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

Shades of Egyptian Blue #122896

Tints of Egyptian Blue #122896

RGB

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

 GREEN value IS 40 (16.02% from 255) = 19.23%

 BLUE value IS 150 (58.98% from 255) = 72.12%

R = 8.65%
G = 19.23%
B = 72.12%

CMYK

 C value IS 0.88

 M value IS 0.73

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#122896 (or 0x122896) is known color: Egyptian Blue. HEX triplet: 12, 28 and 96. RGB value is (18,40,150). Sum of RGB (Red+Green+Blue) = 18+40+150=208 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.65% from 208); Green value is 40 (16.02% from 255 or 19.23% from 208); Blue value is 150 (58.98% from 255 or 72.12% from 208); Max value from RGB is 150 - color contains mainly: blue. Hex color #122896 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122896 is #EDD769. Grayscale: #2D2D2D. Windows color (decimal): -15587178 or 9840658. OLE color: 9840658.

HSL color Cylindrical-coordinate representation of color #122896: hue angle of 230º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #122896 is Cyan = 0.88, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 18 40 150 -
CMYK 0.88 0.73 0 0.41
HSL 230º 0.79% 0.33% -
HSV(B) 230º 0.88% 0.59% -
XYZ 6.51 3.85 29.25 -
YUV 45.96 186.71 108.06 -
System Red Green Blue C M Y K H S L
Decimal 18 40 150 0.88 0.73 0 0.41 230 0.79 0.33
Hex 12 28 96 58 49 0 29 E6 4F 21
Octal 22 50 226 130 111 0 51 346 117 41
Binary 10010 101000 10010110 1011000 1001001 0 101001 11100110 1001111 100001

Color Harmonies of #122896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122896

Black with #122896

Text Example


Text Example

White with #122896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122896; }

 p { color: rgb(18,40,150); }

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

background-color css

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

 a { background-color: rgb(18,40,150); }

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

border-color css

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

 span { border-color: rgb(18,40,150); }

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