Html Css Color HEX #122F94 Egyptian Blue

📋 copy color: '#122F94'

red 18 ◦ green 47 ◦ blue 148

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

Shades of Egyptian Blue #122F94

Tints of Egyptian Blue #122F94

RGB

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

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

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

R = 8.45%
G = 22.07%
B = 69.48%

CMYK

 C value IS 0.88

 M value IS 0.68

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#122F94 (or 0x122F94) is known color: Egyptian Blue. HEX triplet: 12, 2F and 94. RGB value is (18,47,148). Sum of RGB (Red+Green+Blue) = 18+47+148=213 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.45% from 213); Green value is 47 (18.75% from 255 or 22.07% from 213); Blue value is 148 (58.20% from 255 or 69.48% from 213); Max value from RGB is 148 - color contains mainly: blue. Hex color #122F94 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122F94 is #EDD06B. Grayscale: #313131. Windows color (decimal): -15585388 or 9711378. OLE color: 9711378.

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

Color convert

RGB 18 47 148 -
CMYK 0.88 0.68 0 0.42
HSL 226.62º 0.78% 0.33% -
HSV(B) 226.62º 0.88% 0.58% -
XYZ 6.61 4.3 28.5 -
YUV 49.84 183.39 105.29 -
System Red Green Blue C M Y K H S L
Decimal 18 47 148 0.88 0.68 0 0.42 226.62 0.78 0.33
Hex 12 2F 94 58 44 0 2A E3 4E 21
Octal 22 57 224 130 104 0 52 343 116 41
Binary 10010 101111 10010100 1011000 1000100 0 101010 11100011 1001110 100001

Color Harmonies of #122F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122F94

Black with #122F94

Text Example


Text Example

White with #122F94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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