Html Css Color HEX #123AA0 Egyptian Blue

📋 copy color: '#123AA0'

red 18 ◦ green 58 ◦ blue 160

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

Shades of Egyptian Blue #123AA0

Tints of Egyptian Blue #123AA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 67.8%

R = 7.63%
G = 24.58%
B = 67.8%

CMYK

 C value IS 0.89

 M value IS 0.64

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#123AA0 (or 0x123AA0) is known color: Egyptian Blue. HEX triplet: 12, 3A and A0. RGB value is (18,58,160). Sum of RGB (Red+Green+Blue) = 18+58+160=236 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.63% from 236); Green value is 58 (23.05% from 255 or 24.58% from 236); Blue value is 160 (62.89% from 255 or 67.80% from 236); Max value from RGB is 160 - color contains mainly: blue. Hex color #123AA0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123AA0 is #EDC55F. Grayscale: #393939. Windows color (decimal): -15582560 or 10500626. OLE color: 10500626.

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

Color convert

RGB 18 58 160 -
CMYK 0.89 0.64 0 0.37
HSL 223.1º 0.8% 0.35% -
HSV(B) 223.1º 0.89% 0.63% -
XYZ 8.11 5.69 33.93 -
YUV 57.67 185.75 99.71 -
System Red Green Blue C M Y K H S L
Decimal 18 58 160 0.89 0.64 0 0.37 223.1 0.8 0.35
Hex 12 3A A0 59 40 0 25 DF 50 23
Octal 22 72 240 131 100 0 45 337 120 43
Binary 10010 111010 10100000 1011001 1000000 0 100101 11011111 1010000 100011

Color Harmonies of #123AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123AA0

Black with #123AA0

Text Example


Text Example

White with #123AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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