Html Css Color HEX #123EAE Egyptian Blue

📋 copy color: '#123EAE'

red 18 ◦ green 62 ◦ blue 174

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

Shades of Egyptian Blue #123EAE

Tints of Egyptian Blue #123EAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 68.5%

R = 7.09%
G = 24.41%
B = 68.5%

CMYK

 C value IS 0.90

 M value IS 0.64

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#123EAE (or 0x123EAE) is known color: Egyptian Blue. HEX triplet: 12, 3E and AE. RGB value is (18,62,174). Sum of RGB (Red+Green+Blue) = 18+62+174=254 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.09% from 254); Green value is 62 (24.61% from 255 or 24.41% from 254); Blue value is 174 (68.36% from 255 or 68.50% from 254); Max value from RGB is 174 - color contains mainly: blue. Hex color #123EAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123EAE is #EDC151. Grayscale: #3D3D3D. Windows color (decimal): -15581522 or 11419154. OLE color: 11419154.

HSL color Cylindrical-coordinate representation of color #123EAE: hue angle of 223.08º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #123EAE is Cyan = 0.90, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 18 62 174 -
CMYK 0.90 0.64 0 0.32
HSL 223.08º 0.81% 0.38% -
HSV(B) 223.08º 0.9% 0.68% -
XYZ 9.61 6.63 40.82 -
YUV 61.61 191.42 96.89 -
System Red Green Blue C M Y K H S L
Decimal 18 62 174 0.90 0.64 0 0.32 223.08 0.81 0.38
Hex 12 3E AE 5A 40 0 20 DF 51 26
Octal 22 76 256 132 100 0 40 337 121 46
Binary 10010 111110 10101110 1011010 1000000 0 100000 11011111 1010001 100110

Color Harmonies of #123EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123EAE

Black with #123EAE

Text Example


Text Example

White with #123EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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