Html Css Color HEX #123DAD Egyptian Blue

📋 copy color: '#123DAD'

red 18 ◦ green 61 ◦ blue 173

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

Shades of Egyptian Blue #123DAD

Tints of Egyptian Blue #123DAD

RGB

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

 GREEN value IS 61 (24.22% from 255) = 24.21%

 BLUE value IS 173 (67.97% from 255) = 68.65%

R = 7.14%
G = 24.21%
B = 68.65%

CMYK

 C value IS 0.90

 M value IS 0.65

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#123DAD (or 0x123DAD) is known color: Egyptian Blue. HEX triplet: 12, 3D and AD. RGB value is (18,61,173). Sum of RGB (Red+Green+Blue) = 18+61+173=252 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.14% from 252); Green value is 61 (24.22% from 255 or 24.21% from 252); Blue value is 173 (67.97% from 255 or 68.65% from 252); Max value from RGB is 173 - color contains mainly: blue. Hex color #123DAD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123DAD is #EDC252. Grayscale: #3C3C3C. Windows color (decimal): -15581779 or 11353362. OLE color: 11353362.

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

Color convert

RGB 18 61 173 -
CMYK 0.90 0.65 0 0.32
HSL 223.35º 0.81% 0.37% -
HSV(B) 223.35º 0.9% 0.68% -
XYZ 9.46 6.48 40.29 -
YUV 60.91 191.25 97.39 -
System Red Green Blue C M Y K H S L
Decimal 18 61 173 0.90 0.65 0 0.32 223.35 0.81 0.37
Hex 12 3D AD 5A 41 0 20 DF 51 25
Octal 22 75 255 132 101 0 40 337 121 45
Binary 10010 111101 10101101 1011010 1000001 0 100000 11011111 1010001 100101

Color Harmonies of #123DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123DAD

Black with #123DAD

Text Example


Text Example

White with #123DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,61,173); }

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

background-color css

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

 a { background-color: rgb(18,61,173); }

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

border-color css

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

 span { border-color: rgb(18,61,173); }

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