Html Css Color HEX #122895 Egyptian Blue

📋 copy color: '#122895'

red 18 ◦ green 40 ◦ blue 149

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

Shades of Egyptian Blue #122895

Tints of Egyptian Blue #122895

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 71.98%

R = 8.7%
G = 19.32%
B = 71.98%

CMYK

 C value IS 0.88

 M value IS 0.73

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#122895 (or 0x122895) is known color: Egyptian Blue. HEX triplet: 12, 28 and 95. RGB value is (18,40,149). Sum of RGB (Red+Green+Blue) = 18+40+149=207 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.70% from 207); Green value is 40 (16.02% from 255 or 19.32% from 207); Blue value is 149 (58.59% from 255 or 71.98% from 207); Max value from RGB is 149 - color contains mainly: blue. Hex color #122895 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122895 is #EDD76A. Grayscale: #2D2D2D. Windows color (decimal): -15587179 or 9775122. OLE color: 9775122.

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

Color convert

RGB 18 40 149 -
CMYK 0.88 0.73 0 0.42
HSL 229.92º 0.78% 0.33% -
HSV(B) 229.92º 0.88% 0.58% -
XYZ 6.43 3.82 28.83 -
YUV 45.85 186.21 108.14 -
System Red Green Blue C M Y K H S L
Decimal 18 40 149 0.88 0.73 0 0.42 229.92 0.78 0.33
Hex 12 28 95 58 49 0 2A E6 4E 21
Octal 22 50 225 130 111 0 52 346 116 41
Binary 10010 101000 10010101 1011000 1001001 0 101010 11100110 1001110 100001

Color Harmonies of #122895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122895

Black with #122895

Text Example


Text Example

White with #122895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122895; }

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

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

background-color css

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

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

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

border-color css

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

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

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