Html Css Color HEX #123CA3 Egyptian Blue

📋 copy color: '#123CA3'

red 18 ◦ green 60 ◦ blue 163

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

Shades of Egyptian Blue #123CA3

Tints of Egyptian Blue #123CA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 67.63%

R = 7.47%
G = 24.9%
B = 67.63%

CMYK

 C value IS 0.89

 M value IS 0.63

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#123CA3 (or 0x123CA3) is known color: Egyptian Blue. HEX triplet: 12, 3C and A3. RGB value is (18,60,163). Sum of RGB (Red+Green+Blue) = 18+60+163=241 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.47% from 241); Green value is 60 (23.83% from 255 or 24.90% from 241); Blue value is 163 (64.06% from 255 or 67.63% from 241); Max value from RGB is 163 - color contains mainly: blue. Hex color #123CA3 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123CA3 is #EDC35C. Grayscale: #3A3A3A. Windows color (decimal): -15582045 or 10697746. OLE color: 10697746.

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

Color convert

RGB 18 60 163 -
CMYK 0.89 0.63 0 0.36
HSL 222.62º 0.8% 0.35% -
HSV(B) 222.62º 0.89% 0.64% -
XYZ 8.48 6 35.36 -
YUV 59.18 186.59 98.62 -
System Red Green Blue C M Y K H S L
Decimal 18 60 163 0.89 0.63 0 0.36 222.62 0.8 0.35
Hex 12 3C A3 59 3F 0 24 DF 50 23
Octal 22 74 243 131 77 0 44 337 120 43
Binary 10010 111100 10100011 1011001 111111 0 100100 11011111 1010000 100011

Color Harmonies of #123CA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123CA3

Black with #123CA3

Text Example


Text Example

White with #123CA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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