Html Css Color HEX #123AA5 Egyptian Blue

📋 copy color: '#123AA5'

red 18 ◦ green 58 ◦ blue 165

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

Shades of Egyptian Blue #123AA5

Tints of Egyptian Blue #123AA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 68.46%

R = 7.47%
G = 24.07%
B = 68.46%

CMYK

 C value IS 0.89

 M value IS 0.65

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#123AA5 (or 0x123AA5) is known color: Egyptian Blue. HEX triplet: 12, 3A and A5. RGB value is (18,58,165). Sum of RGB (Red+Green+Blue) = 18+58+165=241 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.47% from 241); Green value is 58 (23.05% from 255 or 24.07% from 241); Blue value is 165 (64.84% from 255 or 68.46% from 241); Max value from RGB is 165 - color contains mainly: blue. Hex color #123AA5 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123AA5 is #EDC55A. Grayscale: #393939. Windows color (decimal): -15582555 or 10828306. OLE color: 10828306.

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

Color convert

RGB 18 58 165 -
CMYK 0.89 0.65 0 0.35
HSL 223.67º 0.8% 0.36% -
HSV(B) 223.67º 0.89% 0.65% -
XYZ 8.55 5.87 36.28 -
YUV 58.24 188.25 99.3 -
System Red Green Blue C M Y K H S L
Decimal 18 58 165 0.89 0.65 0 0.35 223.67 0.8 0.36
Hex 12 3A A5 59 41 0 23 E0 50 24
Octal 22 72 245 131 101 0 43 340 120 44
Binary 10010 111010 10100101 1011001 1000001 0 100011 11100000 1010000 100100

Color Harmonies of #123AA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123AA5

Black with #123AA5

Text Example


Text Example

White with #123AA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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