Html Css Color HEX #1232AD Egyptian Blue

📋 copy color: '#1232AD'

red 18 ◦ green 50 ◦ blue 173

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

Shades of Egyptian Blue #1232AD

Tints of Egyptian Blue #1232AD

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.75%

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

R = 7.47%
G = 20.75%
B = 71.78%

CMYK

 C value IS 0.90

 M value IS 0.71

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1232AD (or 0x1232AD) is known color: Egyptian Blue. HEX triplet: 12, 32 and AD. RGB value is (18,50,173). Sum of RGB (Red+Green+Blue) = 18+50+173=241 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.47% from 241); Green value is 50 (19.92% from 255 or 20.75% from 241); Blue value is 173 (67.97% from 255 or 71.78% from 241); Max value from RGB is 173 - color contains mainly: blue. Hex color #1232AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1232AD is #EDCD52. Grayscale: #353535. Windows color (decimal): -15584595 or 11350546. OLE color: 11350546.

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

Color convert

RGB 18 50 173 -
CMYK 0.90 0.71 0 0.32
HSL 227.61º 0.81% 0.37% -
HSV(B) 227.61º 0.9% 0.68% -
XYZ 8.93 5.43 40.11 -
YUV 54.45 194.9 102 -
System Red Green Blue C M Y K H S L
Decimal 18 50 173 0.90 0.71 0 0.32 227.61 0.81 0.37
Hex 12 32 AD 5A 47 0 20 E4 51 25
Octal 22 62 255 132 107 0 40 344 121 45
Binary 10010 110010 10101101 1011010 1000111 0 100000 11100100 1010001 100101

Color Harmonies of #1232AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1232AD

Black with #1232AD

Text Example


Text Example

White with #1232AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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