Html Css Color HEX #122C95 Egyptian Blue

📋 copy color: '#122C95'

red 18 ◦ green 44 ◦ blue 149

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

Shades of Egyptian Blue #122C95

Tints of Egyptian Blue #122C95

RGB

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

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

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

R = 8.53%
G = 20.85%
B = 70.62%

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

#122C95 (or 0x122C95) is known color: Egyptian Blue. HEX triplet: 12, 2C and 95. RGB value is (18,44,149). Sum of RGB (Red+Green+Blue) = 18+44+149=211 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.53% from 211); Green value is 44 (17.58% from 255 or 20.85% from 211); Blue value is 149 (58.59% from 255 or 70.62% from 211); Max value from RGB is 149 - color contains mainly: blue. Hex color #122C95 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122C95 is #EDD36A. Grayscale: #2F2F2F. Windows color (decimal): -15586155 or 9776146. OLE color: 9776146.

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

Color convert

RGB 18 44 149 -
CMYK 0.88 0.70 0 0.42
HSL 228.09º 0.78% 0.33% -
HSV(B) 228.09º 0.88% 0.58% -
XYZ 6.57 4.1 28.88 -
YUV 48.2 184.89 106.46 -
System Red Green Blue C M Y K H S L
Decimal 18 44 149 0.88 0.70 0 0.42 228.09 0.78 0.33
Hex 12 2C 95 58 46 0 2A E4 4E 21
Octal 22 54 225 130 106 0 52 344 116 41
Binary 10010 101100 10010101 1011000 1000110 0 101010 11100100 1001110 100001

Color Harmonies of #122C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122C95

Black with #122C95

Text Example


Text Example

White with #122C95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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