Html Css Color HEX #2023AB Egyptian Blue

📋 copy color: '#2023AB'

red 32 ◦ green 35 ◦ blue 171

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

Shades of Egyptian Blue #2023AB

Tints of Egyptian Blue #2023AB

RGB

 RED value IS 32 (12.89% from 255) = 13.45%

 GREEN value IS 35 (14.06% from 255) = 14.71%

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

R = 13.45%
G = 14.71%
B = 71.85%

CMYK

 C value IS 0.81

 M value IS 0.80

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2023AB (or 0x2023AB) is known color: Egyptian Blue. HEX triplet: 20, 23 and AB. RGB value is (32,35,171). Sum of RGB (Red+Green+Blue) = 32+35+171=238 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.45% from 238); Green value is 35 (14.06% from 255 or 14.71% from 238); Blue value is 171 (67.19% from 255 or 71.85% from 238); Max value from RGB is 171 - color contains mainly: blue. Hex color #2023AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2023AB is #DFDC54. Grayscale: #313131. Windows color (decimal): -14670933 or 11215648. OLE color: 11215648.

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

Color convert

RGB 32 35 171 -
CMYK 0.81 0.80 0 0.33
HSL 238.71º 0.68% 0.4% -
HSV(B) 238.71º 0.81% 0.67% -
XYZ 8.55 4.45 38.94 -
YUV 49.61 196.51 115.44 -
System Red Green Blue C M Y K H S L
Decimal 32 35 171 0.81 0.80 0 0.33 238.71 0.68 0.4
Hex 20 23 AB 51 50 0 21 EF 44 28
Octal 40 43 253 121 120 0 41 357 104 50
Binary 100000 100011 10101011 1010001 1010000 0 100001 11101111 1000100 101000

Color Harmonies of #2023AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2023AB

Black with #2023AB

Text Example


Text Example

White with #2023AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,35,171); }

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

background-color css

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

 a { background-color: rgb(32,35,171); }

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

border-color css

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

 span { border-color: rgb(32,35,171); }

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