Html Css Color HEX #122D9F Egyptian Blue

📋 copy color: '#122D9F'

red 18 ◦ green 45 ◦ blue 159

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

Shades of Egyptian Blue #122D9F

Tints of Egyptian Blue #122D9F

RGB

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

 GREEN value IS 45 (17.97% from 255) = 20.27%

 BLUE value IS 159 (62.5% from 255) = 71.62%

R = 8.11%
G = 20.27%
B = 71.62%

CMYK

 C value IS 0.89

 M value IS 0.72

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#122D9F (or 0x122D9F) is known color: Egyptian Blue. HEX triplet: 12, 2D and 9F. RGB value is (18,45,159). Sum of RGB (Red+Green+Blue) = 18+45+159=222 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.11% from 222); Green value is 45 (17.97% from 255 or 20.27% from 222); Blue value is 159 (62.5% from 255 or 71.62% from 222); Max value from RGB is 159 - color contains mainly: blue. Hex color #122D9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122D9F is #EDD260. Grayscale: #313131. Windows color (decimal): -15585889 or 10431762. OLE color: 10431762.

HSL color Cylindrical-coordinate representation of color #122D9F: hue angle of 228.51º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #122D9F is Cyan = 0.89, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 18 45 159 -
CMYK 0.89 0.72 0 0.38
HSL 228.51º 0.8% 0.35% -
HSV(B) 228.51º 0.89% 0.62% -
XYZ 7.45 4.51 33.28 -
YUV 49.92 189.55 105.23 -
System Red Green Blue C M Y K H S L
Decimal 18 45 159 0.89 0.72 0 0.38 228.51 0.8 0.35
Hex 12 2D 9F 59 48 0 26 E5 50 23
Octal 22 55 237 131 110 0 46 345 120 43
Binary 10010 101101 10011111 1011001 1001000 0 100110 11100101 1010000 100011

Color Harmonies of #122D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122D9F

Black with #122D9F

Text Example


Text Example

White with #122D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,45,159); }

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

background-color css

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

 a { background-color: rgb(18,45,159); }

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

border-color css

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

 span { border-color: rgb(18,45,159); }

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