Html Css Color HEX #122995 Egyptian Blue

📋 copy color: '#122995'

red 18 ◦ green 41 ◦ blue 149

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

Shades of Egyptian Blue #122995

Tints of Egyptian Blue #122995

RGB

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

 GREEN value IS 41 (16.41% from 255) = 19.71%

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

R = 8.65%
G = 19.71%
B = 71.63%

CMYK

 C value IS 0.88

 M value IS 0.72

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#122995 (or 0x122995) is known color: Egyptian Blue. HEX triplet: 12, 29 and 95. RGB value is (18,41,149). Sum of RGB (Red+Green+Blue) = 18+41+149=208 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.65% from 208); Green value is 41 (16.41% from 255 or 19.71% from 208); Blue value is 149 (58.59% from 255 or 71.63% from 208); Max value from RGB is 149 - color contains mainly: blue. Hex color #122995 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122995 is #EDD66A. Grayscale: #2D2D2D. Windows color (decimal): -15586923 or 9775378. OLE color: 9775378.

HSL color Cylindrical-coordinate representation of color #122995: hue angle of 229.47º 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 #122995 is Cyan = 0.88, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 18 41 149 -
CMYK 0.88 0.72 0 0.42
HSL 229.47º 0.78% 0.33% -
HSV(B) 229.47º 0.88% 0.58% -
XYZ 6.47 3.88 28.84 -
YUV 46.44 185.88 107.72 -
System Red Green Blue C M Y K H S L
Decimal 18 41 149 0.88 0.72 0 0.42 229.47 0.78 0.33
Hex 12 29 95 58 48 0 2A E5 4E 21
Octal 22 51 225 130 110 0 52 345 116 41
Binary 10010 101001 10010101 1011000 1001000 0 101010 11100101 1001110 100001

Color Harmonies of #122995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122995

Black with #122995

Text Example


Text Example

White with #122995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122995; }

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

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

background-color css

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

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

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

border-color css

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

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

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