Html Css Color HEX #123BA2 Egyptian Blue

📋 copy color: '#123BA2'

red 18 ◦ green 59 ◦ blue 162

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

Shades of Egyptian Blue #123BA2

Tints of Egyptian Blue #123BA2

RGB

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

 GREEN value IS 59 (23.44% from 255) = 24.69%

 BLUE value IS 162 (63.67% from 255) = 67.78%

R = 7.53%
G = 24.69%
B = 67.78%

CMYK

 C value IS 0.89

 M value IS 0.64

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#123BA2 (or 0x123BA2) is known color: Egyptian Blue. HEX triplet: 12, 3B and A2. RGB value is (18,59,162). Sum of RGB (Red+Green+Blue) = 18+59+162=239 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.53% from 239); Green value is 59 (23.44% from 255 or 24.69% from 239); Blue value is 162 (63.67% from 255 or 67.78% from 239); Max value from RGB is 162 - color contains mainly: blue. Hex color #123BA2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123BA2 is #EDC45D. Grayscale: #3A3A3A. Windows color (decimal): -15582302 or 10631954. OLE color: 10631954.

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

Color convert

RGB 18 59 162 -
CMYK 0.89 0.64 0 0.36
HSL 222.92º 0.8% 0.35% -
HSV(B) 222.92º 0.89% 0.64% -
XYZ 8.34 5.87 34.88 -
YUV 58.48 186.42 99.12 -
System Red Green Blue C M Y K H S L
Decimal 18 59 162 0.89 0.64 0 0.36 222.92 0.8 0.35
Hex 12 3B A2 59 40 0 24 DF 50 23
Octal 22 73 242 131 100 0 44 337 120 43
Binary 10010 111011 10100010 1011001 1000000 0 100100 11011111 1010000 100011

Color Harmonies of #123BA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123BA2

Black with #123BA2

Text Example


Text Example

White with #123BA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,59,162); }

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

background-color css

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

 a { background-color: rgb(18,59,162); }

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

border-color css

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

 span { border-color: rgb(18,59,162); }

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