Html Css Color HEX #122F91 Egyptian Blue

📋 copy color: '#122F91'

red 18 ◦ green 47 ◦ blue 145

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

Shades of Egyptian Blue #122F91

Tints of Egyptian Blue #122F91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 69.05%

R = 8.57%
G = 22.38%
B = 69.05%

CMYK

 C value IS 0.88

 M value IS 0.68

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#122F91 (or 0x122F91) is known color: Egyptian Blue. HEX triplet: 12, 2F and 91. RGB value is (18,47,145). Sum of RGB (Red+Green+Blue) = 18+47+145=210 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.57% from 210); Green value is 47 (18.75% from 255 or 22.38% from 210); Blue value is 145 (57.03% from 255 or 69.05% from 210); Max value from RGB is 145 - color contains mainly: blue. Hex color #122F91 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122F91 is #EDD06E. Grayscale: #313131. Windows color (decimal): -15585391 or 9514770. OLE color: 9514770.

HSL color Cylindrical-coordinate representation of color #122F91: hue angle of 226.3º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #122F91 is Cyan = 0.88, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 18 47 145 -
CMYK 0.88 0.68 0 0.43
HSL 226.3º 0.78% 0.32% -
HSV(B) 226.3º 0.88% 0.57% -
XYZ 6.38 4.21 27.26 -
YUV 49.5 181.89 105.53 -
System Red Green Blue C M Y K H S L
Decimal 18 47 145 0.88 0.68 0 0.43 226.3 0.78 0.32
Hex 12 2F 91 58 44 0 2B E2 4E 20
Octal 22 57 221 130 104 0 53 342 116 40
Binary 10010 101111 10010001 1011000 1000100 0 101011 11100010 1001110 100000

Color Harmonies of #122F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122F91

Black with #122F91

Text Example


Text Example

White with #122F91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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