Html Css Color HEX #123BA5 Egyptian Blue

📋 copy color: '#123BA5'

red 18 ◦ green 59 ◦ blue 165

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

Shades of Egyptian Blue #123BA5

Tints of Egyptian Blue #123BA5

RGB

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

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

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

R = 7.44%
G = 24.38%
B = 68.18%

CMYK

 C value IS 0.89

 M value IS 0.64

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#123BA5 (or 0x123BA5) is known color: Egyptian Blue. HEX triplet: 12, 3B and A5. RGB value is (18,59,165). Sum of RGB (Red+Green+Blue) = 18+59+165=242 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.44% from 242); Green value is 59 (23.44% from 255 or 24.38% from 242); Blue value is 165 (64.84% from 255 or 68.18% from 242); Max value from RGB is 165 - color contains mainly: blue. Hex color #123BA5 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123BA5 is #EDC45A. Grayscale: #3A3A3A. Windows color (decimal): -15582299 or 10828562. OLE color: 10828562.

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

Color convert

RGB 18 59 165 -
CMYK 0.89 0.64 0 0.35
HSL 223.27º 0.8% 0.36% -
HSV(B) 223.27º 0.89% 0.65% -
XYZ 8.6 5.97 36.3 -
YUV 58.83 187.92 98.88 -
System Red Green Blue C M Y K H S L
Decimal 18 59 165 0.89 0.64 0 0.35 223.27 0.8 0.36
Hex 12 3B A5 59 40 0 23 DF 50 24
Octal 22 73 245 131 100 0 43 337 120 44
Binary 10010 111011 10100101 1011001 1000000 0 100011 11011111 1010000 100100

Color Harmonies of #123BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123BA5

Black with #123BA5

Text Example


Text Example

White with #123BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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