Html Css Color HEX #123CAE Egyptian Blue

📋 copy color: '#123CAE'

red 18 ◦ green 60 ◦ blue 174

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

Shades of Egyptian Blue #123CAE

Tints of Egyptian Blue #123CAE

RGB

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

 GREEN value IS 60 (23.83% from 255) = 23.81%

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

R = 7.14%
G = 23.81%
B = 69.05%

CMYK

 C value IS 0.90

 M value IS 0.66

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#123CAE (or 0x123CAE) is known color: Egyptian Blue. HEX triplet: 12, 3C and AE. RGB value is (18,60,174). Sum of RGB (Red+Green+Blue) = 18+60+174=252 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.14% from 252); Green value is 60 (23.83% from 255 or 23.81% from 252); Blue value is 174 (68.36% from 255 or 69.05% from 252); Max value from RGB is 174 - color contains mainly: blue. Hex color #123CAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123CAE is #EDC351. Grayscale: #3B3B3B. Windows color (decimal): -15582034 or 11418642. OLE color: 11418642.

HSL color Cylindrical-coordinate representation of color #123CAE: hue angle of 223.85º 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 #123CAE is Cyan = 0.90, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 18 60 174 -
CMYK 0.90 0.66 0 0.32
HSL 223.85º 0.81% 0.38% -
HSV(B) 223.85º 0.9% 0.68% -
XYZ 9.51 6.42 40.78 -
YUV 60.44 192.09 97.73 -
System Red Green Blue C M Y K H S L
Decimal 18 60 174 0.90 0.66 0 0.32 223.85 0.81 0.38
Hex 12 3C AE 5A 42 0 20 E0 51 26
Octal 22 74 256 132 102 0 40 340 121 46
Binary 10010 111100 10101110 1011010 1000010 0 100000 11100000 1010001 100110

Color Harmonies of #123CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123CAE

Black with #123CAE

Text Example


Text Example

White with #123CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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