Html Css Color HEX #123A9E Egyptian Blue

📋 copy color: '#123A9E'

red 18 ◦ green 58 ◦ blue 158

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

Shades of Egyptian Blue #123A9E

Tints of Egyptian Blue #123A9E

RGB

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

 GREEN value IS 58 (23.05% from 255) = 24.79%

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

R = 7.69%
G = 24.79%
B = 67.52%

CMYK

 C value IS 0.89

 M value IS 0.63

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#123A9E (or 0x123A9E) is known color: Egyptian Blue. HEX triplet: 12, 3A and 9E. RGB value is (18,58,158). Sum of RGB (Red+Green+Blue) = 18+58+158=234 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.69% from 234); Green value is 58 (23.05% from 255 or 24.79% from 234); Blue value is 158 (62.11% from 255 or 67.52% from 234); Max value from RGB is 158 - color contains mainly: blue. Hex color #123A9E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123A9E is #EDC561. Grayscale: #393939. Windows color (decimal): -15582562 or 10369554. OLE color: 10369554.

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

Color convert

RGB 18 58 158 -
CMYK 0.89 0.63 0 0.38
HSL 222.86º 0.8% 0.35% -
HSV(B) 222.86º 0.89% 0.62% -
XYZ 7.93 5.62 33.02 -
YUV 57.44 184.75 99.87 -
System Red Green Blue C M Y K H S L
Decimal 18 58 158 0.89 0.63 0 0.38 222.86 0.8 0.35
Hex 12 3A 9E 59 3F 0 26 DF 50 23
Octal 22 72 236 131 77 0 46 337 120 43
Binary 10010 111010 10011110 1011001 111111 0 100110 11011111 1010000 100011

Color Harmonies of #123A9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123A9E

Black with #123A9E

Text Example


Text Example

White with #123A9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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