Html Css Color HEX #122DA5 Egyptian Blue

📋 copy color: '#122DA5'

red 18 ◦ green 45 ◦ blue 165

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

Shades of Egyptian Blue #122DA5

Tints of Egyptian Blue #122DA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 72.37%

R = 7.89%
G = 19.74%
B = 72.37%

CMYK

 C value IS 0.89

 M value IS 0.73

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#122DA5 (or 0x122DA5) is known color: Egyptian Blue. HEX triplet: 12, 2D and A5. RGB value is (18,45,165). Sum of RGB (Red+Green+Blue) = 18+45+165=228 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.89% from 228); Green value is 45 (17.97% from 255 or 19.74% from 228); Blue value is 165 (64.84% from 255 or 72.37% from 228); Max value from RGB is 165 - color contains mainly: blue. Hex color #122DA5 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122DA5 is #EDD25A. Grayscale: #323232. Windows color (decimal): -15585883 or 10824978. OLE color: 10824978.

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

Color convert

RGB 18 45 165 -
CMYK 0.89 0.73 0 0.35
HSL 228.98º 0.8% 0.36% -
HSV(B) 228.98º 0.89% 0.65% -
XYZ 7.98 4.72 36.09 -
YUV 50.61 192.55 104.74 -
System Red Green Blue C M Y K H S L
Decimal 18 45 165 0.89 0.73 0 0.35 228.98 0.8 0.36
Hex 12 2D A5 59 49 0 23 E5 50 24
Octal 22 55 245 131 111 0 43 345 120 44
Binary 10010 101101 10100101 1011001 1001001 0 100011 11100101 1010000 100100

Color Harmonies of #122DA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122DA5

Black with #122DA5

Text Example


Text Example

White with #122DA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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