Html Css Color HEX #122D95 Egyptian Blue

📋 copy color: '#122D95'

red 18 ◦ green 45 ◦ blue 149

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

Shades of Egyptian Blue #122D95

Tints of Egyptian Blue #122D95

RGB

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

 GREEN value IS 45 (17.97% from 255) = 21.23%

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

R = 8.49%
G = 21.23%
B = 70.28%

CMYK

 C value IS 0.88

 M value IS 0.70

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#122D95 (or 0x122D95) is known color: Egyptian Blue. HEX triplet: 12, 2D and 95. RGB value is (18,45,149). Sum of RGB (Red+Green+Blue) = 18+45+149=212 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.49% from 212); Green value is 45 (17.97% from 255 or 21.23% from 212); Blue value is 149 (58.59% from 255 or 70.28% from 212); Max value from RGB is 149 - color contains mainly: blue. Hex color #122D95 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122D95 is #EDD26A. Grayscale: #303030. Windows color (decimal): -15585899 or 9776402. OLE color: 9776402.

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

Color convert

RGB 18 45 149 -
CMYK 0.88 0.70 0 0.42
HSL 227.63º 0.78% 0.33% -
HSV(B) 227.63º 0.88% 0.58% -
XYZ 6.61 4.18 28.89 -
YUV 48.78 184.55 106.04 -
System Red Green Blue C M Y K H S L
Decimal 18 45 149 0.88 0.70 0 0.42 227.63 0.78 0.33
Hex 12 2D 95 58 46 0 2A E4 4E 21
Octal 22 55 225 130 106 0 52 344 116 41
Binary 10010 101101 10010101 1011000 1000110 0 101010 11100100 1001110 100001

Color Harmonies of #122D95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122D95

Black with #122D95

Text Example


Text Example

White with #122D95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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