Html Css Color HEX #122F99 Egyptian Blue

📋 copy color: '#122F99'

red 18 ◦ green 47 ◦ blue 153

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

Shades of Egyptian Blue #122F99

Tints of Egyptian Blue #122F99

RGB

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

 GREEN value IS 47 (18.75% from 255) = 21.56%

 BLUE value IS 153 (60.16% from 255) = 70.18%

R = 8.26%
G = 21.56%
B = 70.18%

CMYK

 C value IS 0.88

 M value IS 0.69

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#122F99 (or 0x122F99) is known color: Egyptian Blue. HEX triplet: 12, 2F and 99. RGB value is (18,47,153). Sum of RGB (Red+Green+Blue) = 18+47+153=218 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.26% from 218); Green value is 47 (18.75% from 255 or 21.56% from 218); Blue value is 153 (60.16% from 255 or 70.18% from 218); Max value from RGB is 153 - color contains mainly: blue. Hex color #122F99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122F99 is #EDD066. Grayscale: #313131. Windows color (decimal): -15585383 or 10039058. OLE color: 10039058.

HSL color Cylindrical-coordinate representation of color #122F99: hue angle of 227.11º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #122F99 is Cyan = 0.88, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 18 47 153 -
CMYK 0.88 0.69 0 0.4
HSL 227.11º 0.79% 0.34% -
HSV(B) 227.11º 0.88% 0.6% -
XYZ 7.02 4.46 30.63 -
YUV 50.41 185.89 104.88 -
System Red Green Blue C M Y K H S L
Decimal 18 47 153 0.88 0.69 0 0.4 227.11 0.79 0.34
Hex 12 2F 99 58 45 0 28 E3 4F 22
Octal 22 57 231 130 105 0 50 343 117 42
Binary 10010 101111 10011001 1011000 1000101 0 101000 11100011 1001111 100010

Color Harmonies of #122F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122F99

Black with #122F99

Text Example


Text Example

White with #122F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,47,153); }

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

background-color css

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

 a { background-color: rgb(18,47,153); }

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

border-color css

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

 span { border-color: rgb(18,47,153); }

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