Html Css Color HEX #123EAA Egyptian Blue

📋 copy color: '#123EAA'

red 18 ◦ green 62 ◦ blue 170

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

Shades of Egyptian Blue #123EAA

Tints of Egyptian Blue #123EAA

RGB

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

 GREEN value IS 62 (24.61% from 255) = 24.8%

 BLUE value IS 170 (66.8% from 255) = 68%

R = 7.2%
G = 24.8%
B = 68%

CMYK

 C value IS 0.89

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#123EAA (or 0x123EAA) is known color: Egyptian Blue. HEX triplet: 12, 3E and AA. RGB value is (18,62,170). Sum of RGB (Red+Green+Blue) = 18+62+170=250 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.2% from 250); Green value is 62 (24.61% from 255 or 24.8% from 250); Blue value is 170 (66.80% from 255 or 68% from 250); Max value from RGB is 170 - color contains mainly: blue. Hex color #123EAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123EAA is #EDC155. Grayscale: #3C3C3C. Windows color (decimal): -15581526 or 11157010. OLE color: 11157010.

HSL color Cylindrical-coordinate representation of color #123EAA: hue angle of 222.63º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #123EAA is Cyan = 0.89, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 18 62 170 -
CMYK 0.89 0.64 0 0.33
HSL 222.63º 0.81% 0.37% -
HSV(B) 222.63º 0.89% 0.67% -
XYZ 9.23 6.48 38.79 -
YUV 61.16 189.42 97.22 -
System Red Green Blue C M Y K H S L
Decimal 18 62 170 0.89 0.64 0 0.33 222.63 0.81 0.37
Hex 12 3E AA 59 40 0 21 DF 51 25
Octal 22 76 252 131 100 0 41 337 121 45
Binary 10010 111110 10101010 1011001 1000000 0 100001 11011111 1010001 100101

Color Harmonies of #123EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123EAA

Black with #123EAA

Text Example


Text Example

White with #123EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123EAA; }

 p { color: rgb(18,62,170); }

 H1.HeaderClassName
 {
   color: #123EAA;
 }
 .AnyTagClassName
 {
   color: #123EAA;
 }
</style>

background-color css

<style>
 a { background-color: #123EAA; }

 a { background-color: rgb(18,62,170); }

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

border-color css

<style>
 span { border-color: #123EAA; }

 span { border-color: rgb(18,62,170); }

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