Html Css Color HEX #123BA4 Egyptian Blue

📋 copy color: '#123BA4'

red 18 ◦ green 59 ◦ blue 164

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

Shades of Egyptian Blue #123BA4

Tints of Egyptian Blue #123BA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 68.05%

R = 7.47%
G = 24.48%
B = 68.05%

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

#123BA4 (or 0x123BA4) is known color: Egyptian Blue. HEX triplet: 12, 3B and A4. RGB value is (18,59,164). Sum of RGB (Red+Green+Blue) = 18+59+164=241 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.47% from 241); Green value is 59 (23.44% from 255 or 24.48% from 241); Blue value is 164 (64.45% from 255 or 68.05% from 241); Max value from RGB is 164 - color contains mainly: blue. Hex color #123BA4 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123BA4 is #EDC45B. Grayscale: #3A3A3A. Windows color (decimal): -15582300 or 10763026. OLE color: 10763026.

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

Color convert

RGB 18 59 164 -
CMYK 0.89 0.64 0 0.36
HSL 223.15º 0.8% 0.36% -
HSV(B) 223.15º 0.89% 0.64% -
XYZ 8.51 5.94 35.82 -
YUV 58.71 187.42 98.96 -
System Red Green Blue C M Y K H S L
Decimal 18 59 164 0.89 0.64 0 0.36 223.15 0.8 0.36
Hex 12 3B A4 59 40 0 24 DF 50 24
Octal 22 73 244 131 100 0 44 337 120 44
Binary 10010 111011 10100100 1011001 1000000 0 100100 11011111 1010000 100100

Color Harmonies of #123BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123BA4

Black with #123BA4

Text Example


Text Example

White with #123BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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