Html Css Color HEX #123DAE Egyptian Blue

📋 copy color: '#123DAE'

red 18 ◦ green 61 ◦ blue 174

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

Shades of Egyptian Blue #123DAE

Tints of Egyptian Blue #123DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 68.77%

R = 7.11%
G = 24.11%
B = 68.77%

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

#123DAE (or 0x123DAE) is known color: Egyptian Blue. HEX triplet: 12, 3D and AE. RGB value is (18,61,174). Sum of RGB (Red+Green+Blue) = 18+61+174=253 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.11% from 253); Green value is 61 (24.22% from 255 or 24.11% from 253); Blue value is 174 (68.36% from 255 or 68.77% from 253); Max value from RGB is 174 - color contains mainly: blue. Hex color #123DAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123DAE is #EDC251. Grayscale: #3C3C3C. Windows color (decimal): -15581778 or 11418898. OLE color: 11418898.

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

Color convert

RGB 18 61 174 -
CMYK 0.90 0.65 0 0.32
HSL 223.46º 0.81% 0.38% -
HSV(B) 223.46º 0.9% 0.68% -
XYZ 9.56 6.52 40.8 -
YUV 61.03 191.75 97.31 -
System Red Green Blue C M Y K H S L
Decimal 18 61 174 0.90 0.65 0 0.32 223.46 0.81 0.38
Hex 12 3D AE 5A 41 0 20 DF 51 26
Octal 22 75 256 132 101 0 40 337 121 46
Binary 10010 111101 10101110 1011010 1000001 0 100000 11011111 1010001 100110

Color Harmonies of #123DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123DAE

Black with #123DAE

Text Example


Text Example

White with #123DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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