Html Css Color HEX #1234AD Egyptian Blue

📋 copy color: '#1234AD'

red 18 ◦ green 52 ◦ blue 173

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

Shades of Egyptian Blue #1234AD

Tints of Egyptian Blue #1234AD

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.4%

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

R = 7.41%
G = 21.4%
B = 71.19%

CMYK

 C value IS 0.90

 M value IS 0.70

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1234AD (or 0x1234AD) is known color: Egyptian Blue. HEX triplet: 12, 34 and AD. RGB value is (18,52,173). Sum of RGB (Red+Green+Blue) = 18+52+173=243 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.41% from 243); Green value is 52 (20.70% from 255 or 21.40% from 243); Blue value is 173 (67.97% from 255 or 71.19% from 243); Max value from RGB is 173 - color contains mainly: blue. Hex color #1234AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1234AD is #EDCB52. Grayscale: #373737. Windows color (decimal): -15584083 or 11351058. OLE color: 11351058.

HSL color Cylindrical-coordinate representation of color #1234AD: hue angle of 226.84º 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 #1234AD is Cyan = 0.90, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 18 52 173 -
CMYK 0.90 0.70 0 0.32
HSL 226.84º 0.81% 0.37% -
HSV(B) 226.84º 0.9% 0.68% -
XYZ 9.02 5.6 40.14 -
YUV 55.63 194.24 101.16 -
System Red Green Blue C M Y K H S L
Decimal 18 52 173 0.90 0.70 0 0.32 226.84 0.81 0.37
Hex 12 34 AD 5A 46 0 20 E3 51 25
Octal 22 64 255 132 106 0 40 343 121 45
Binary 10010 110100 10101101 1011010 1000110 0 100000 11100011 1010001 100101

Color Harmonies of #1234AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1234AD

Black with #1234AD

Text Example


Text Example

White with #1234AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1234AD; }

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

 H1.HeaderClassName
 {
   color: #1234AD;
 }
 .AnyTagClassName
 {
   color: #1234AD;
 }
</style>

background-color css

<style>
 a { background-color: #1234AD; }

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

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

border-color css

<style>
 span { border-color: #1234AD; }

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

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