Html Css Color HEX #122C94 Egyptian Blue

📋 copy color: '#122C94'

red 18 ◦ green 44 ◦ blue 148

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

Shades of Egyptian Blue #122C94

Tints of Egyptian Blue #122C94

RGB

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

 GREEN value IS 44 (17.58% from 255) = 20.95%

 BLUE value IS 148 (58.2% from 255) = 70.48%

R = 8.57%
G = 20.95%
B = 70.48%

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

#122C94 (or 0x122C94) is known color: Egyptian Blue. HEX triplet: 12, 2C and 94. RGB value is (18,44,148). Sum of RGB (Red+Green+Blue) = 18+44+148=210 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.57% from 210); Green value is 44 (17.58% from 255 or 20.95% from 210); Blue value is 148 (58.20% from 255 or 70.48% from 210); Max value from RGB is 148 - color contains mainly: blue. Hex color #122C94 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122C94 is #EDD36B. Grayscale: #2F2F2F. Windows color (decimal): -15586156 or 9710610. OLE color: 9710610.

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

Color convert

RGB 18 44 148 -
CMYK 0.88 0.70 0 0.42
HSL 228º 0.78% 0.33% -
HSV(B) 228º 0.88% 0.58% -
XYZ 6.5 4.07 28.46 -
YUV 48.08 184.39 106.54 -
System Red Green Blue C M Y K H S L
Decimal 18 44 148 0.88 0.70 0 0.42 228 0.78 0.33
Hex 12 2C 94 58 46 0 2A E4 4E 21
Octal 22 54 224 130 106 0 52 344 116 41
Binary 10010 101100 10010100 1011000 1000110 0 101010 11100100 1001110 100001

Color Harmonies of #122C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122C94

Black with #122C94

Text Example


Text Example

White with #122C94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,44,148); }

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

background-color css

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

 a { background-color: rgb(18,44,148); }

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

border-color css

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

 span { border-color: rgb(18,44,148); }

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