Html Css Color HEX #123C9E Egyptian Blue

📋 copy color: '#123C9E'

red 18 ◦ green 60 ◦ blue 158

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

Shades of Egyptian Blue #123C9E

Tints of Egyptian Blue #123C9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 66.95%

R = 7.63%
G = 25.42%
B = 66.95%

CMYK

 C value IS 0.89

 M value IS 0.62

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#123C9E (or 0x123C9E) is known color: Egyptian Blue. HEX triplet: 12, 3C and 9E. RGB value is (18,60,158). Sum of RGB (Red+Green+Blue) = 18+60+158=236 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.63% from 236); Green value is 60 (23.83% from 255 or 25.42% from 236); Blue value is 158 (62.11% from 255 or 66.95% from 236); Max value from RGB is 158 - color contains mainly: blue. Hex color #123C9E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123C9E is #EDC361. Grayscale: #3A3A3A. Windows color (decimal): -15582050 or 10370066. OLE color: 10370066.

HSL color Cylindrical-coordinate representation of color #123C9E: hue angle of 222º 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 #123C9E is Cyan = 0.89, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 18 60 158 -
CMYK 0.89 0.62 0 0.38
HSL 222º 0.8% 0.35% -
HSV(B) 222º 0.89% 0.62% -
XYZ 8.04 5.83 33.05 -
YUV 58.61 184.09 99.03 -
System Red Green Blue C M Y K H S L
Decimal 18 60 158 0.89 0.62 0 0.38 222 0.8 0.35
Hex 12 3C 9E 59 3E 0 26 DE 50 23
Octal 22 74 236 131 76 0 46 336 120 43
Binary 10010 111100 10011110 1011001 111110 0 100110 11011110 1010000 100011

Color Harmonies of #123C9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123C9E

Black with #123C9E

Text Example


Text Example

White with #123C9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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