Html Css Color HEX #123CAC Egyptian Blue

📋 copy color: '#123CAC'

red 18 ◦ green 60 ◦ blue 172

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

Shades of Egyptian Blue #123CAC

Tints of Egyptian Blue #123CAC

RGB

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

 GREEN value IS 60 (23.83% from 255) = 24%

 BLUE value IS 172 (67.58% from 255) = 68.8%

R = 7.2%
G = 24%
B = 68.8%

CMYK

 C value IS 0.90

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#123CAC (or 0x123CAC) is known color: Egyptian Blue. HEX triplet: 12, 3C and AC. RGB value is (18,60,172). Sum of RGB (Red+Green+Blue) = 18+60+172=250 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.2% from 250); Green value is 60 (23.83% from 255 or 24% from 250); Blue value is 172 (67.58% from 255 or 68.8% from 250); Max value from RGB is 172 - color contains mainly: blue. Hex color #123CAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123CAC is #EDC353. Grayscale: #3B3B3B. Windows color (decimal): -15582036 or 11287570. OLE color: 11287570.

HSL color Cylindrical-coordinate representation of color #123CAC: hue angle of 223.64º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #123CAC is Cyan = 0.90, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 18 60 172 -
CMYK 0.90 0.65 0 0.33
HSL 223.64º 0.81% 0.37% -
HSV(B) 223.64º 0.9% 0.67% -
XYZ 9.31 6.34 39.76 -
YUV 60.21 191.09 97.89 -
System Red Green Blue C M Y K H S L
Decimal 18 60 172 0.90 0.65 0 0.33 223.64 0.81 0.37
Hex 12 3C AC 5A 41 0 21 E0 51 25
Octal 22 74 254 132 101 0 41 340 121 45
Binary 10010 111100 10101100 1011010 1000001 0 100001 11100000 1010001 100101

Color Harmonies of #123CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123CAC

Black with #123CAC

Text Example


Text Example

White with #123CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,60,172); }

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

background-color css

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

 a { background-color: rgb(18,60,172); }

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

border-color css

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

 span { border-color: rgb(18,60,172); }

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