Html Css Color HEX #1232AB Egyptian Blue

📋 copy color: '#1232AB'

red 18 ◦ green 50 ◦ blue 171

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

Shades of Egyptian Blue #1232AB

Tints of Egyptian Blue #1232AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 71.55%

R = 7.53%
G = 20.92%
B = 71.55%

CMYK

 C value IS 0.89

 M value IS 0.71

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1232AB (or 0x1232AB) is known color: Egyptian Blue. HEX triplet: 12, 32 and AB. RGB value is (18,50,171). Sum of RGB (Red+Green+Blue) = 18+50+171=239 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.53% from 239); Green value is 50 (19.92% from 255 or 20.92% from 239); Blue value is 171 (67.19% from 255 or 71.55% from 239); Max value from RGB is 171 - color contains mainly: blue. Hex color #1232AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1232AB is #EDCD54. Grayscale: #353535. Windows color (decimal): -15584597 or 11219474. OLE color: 11219474.

HSL color Cylindrical-coordinate representation of color #1232AB: hue angle of 227.45º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1232AB is Cyan = 0.89, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 18 50 171 -
CMYK 0.89 0.71 0 0.33
HSL 227.45º 0.81% 0.37% -
HSV(B) 227.45º 0.89% 0.67% -
XYZ 8.74 5.35 39.1 -
YUV 54.23 193.9 102.16 -
System Red Green Blue C M Y K H S L
Decimal 18 50 171 0.89 0.71 0 0.33 227.45 0.81 0.37
Hex 12 32 AB 59 47 0 21 E3 51 25
Octal 22 62 253 131 107 0 41 343 121 45
Binary 10010 110010 10101011 1011001 1000111 0 100001 11100011 1010001 100101

Color Harmonies of #1232AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1232AB

Black with #1232AB

Text Example


Text Example

White with #1232AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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