Html Css Color HEX #122595 Egyptian Blue

📋 copy color: '#122595'

red 18 ◦ green 37 ◦ blue 149

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

Shades of Egyptian Blue #122595

Tints of Egyptian Blue #122595

RGB

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

 GREEN value IS 37 (14.84% from 255) = 18.14%

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

R = 8.82%
G = 18.14%
B = 73.04%

CMYK

 C value IS 0.88

 M value IS 0.75

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#122595 (or 0x122595) is known color: Egyptian Blue. HEX triplet: 12, 25 and 95. RGB value is (18,37,149). Sum of RGB (Red+Green+Blue) = 18+37+149=204 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.82% from 204); Green value is 37 (14.84% from 255 or 18.14% from 204); Blue value is 149 (58.59% from 255 or 73.04% from 204); Max value from RGB is 149 - color contains mainly: blue. Hex color #122595 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122595 is #EDDA6A. Grayscale: #2B2B2B. Windows color (decimal): -15587947 or 9774354. OLE color: 9774354.

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

Color convert

RGB 18 37 149 -
CMYK 0.88 0.75 0 0.42
HSL 231.3º 0.78% 0.33% -
HSV(B) 231.3º 0.88% 0.58% -
XYZ 6.34 3.62 28.8 -
YUV 44.09 187.21 109.39 -
System Red Green Blue C M Y K H S L
Decimal 18 37 149 0.88 0.75 0 0.42 231.3 0.78 0.33
Hex 12 25 95 58 4B 0 2A E7 4E 21
Octal 22 45 225 130 113 0 52 347 116 41
Binary 10010 100101 10010101 1011000 1001011 0 101010 11100111 1001110 100001

Color Harmonies of #122595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122595

Black with #122595

Text Example


Text Example

White with #122595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122595; }

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

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

background-color css

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

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

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

border-color css

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

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

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