Html Css Color HEX #1823A1 Egyptian Blue

📋 copy color: '#1823A1'

red 24 ◦ green 35 ◦ blue 161

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

Shades of Egyptian Blue #1823A1

Tints of Egyptian Blue #1823A1

RGB

 RED value IS 24 (9.77% from 255) = 10.91%

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

 BLUE value IS 161 (63.28% from 255) = 73.18%

R = 10.91%
G = 15.91%
B = 73.18%

CMYK

 C value IS 0.85

 M value IS 0.78

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#1823A1 (or 0x1823A1) is known color: Egyptian Blue. HEX triplet: 18, 23 and A1. RGB value is (24,35,161). Sum of RGB (Red+Green+Blue) = 24+35+161=220 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.91% from 220); Green value is 35 (14.06% from 255 or 15.91% from 220); Blue value is 161 (63.28% from 255 or 73.18% from 220); Max value from RGB is 161 - color contains mainly: blue. Hex color #1823A1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1823A1 is #E7DC5E. Grayscale: #2D2D2D. Windows color (decimal): -15195231 or 10560280. OLE color: 10560280.

HSL color Cylindrical-coordinate representation of color #1823A1: hue angle of 235.18º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1823A1 is Cyan = 0.85, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 24 35 161 -
CMYK 0.85 0.78 0 0.37
HSL 235.18º 0.74% 0.36% -
HSV(B) 235.18º 0.85% 0.63% -
XYZ 7.41 3.97 34.09 -
YUV 46.08 192.86 112.25 -
System Red Green Blue C M Y K H S L
Decimal 24 35 161 0.85 0.78 0 0.37 235.18 0.74 0.36
Hex 18 23 A1 55 4E 0 25 EB 4A 24
Octal 30 43 241 125 116 0 45 353 112 44
Binary 11000 100011 10100001 1010101 1001110 0 100101 11101011 1001010 100100

Color Harmonies of #1823A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1823A1

Black with #1823A1

Text Example


Text Example

White with #1823A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1823A1; }

 p { color: rgb(24,35,161); }

 H1.HeaderClassName
 {
   color: #1823A1;
 }
 .AnyTagClassName
 {
   color: #1823A1;
 }
</style>

background-color css

<style>
 a { background-color: #1823A1; }

 a { background-color: rgb(24,35,161); }

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

border-color css

<style>
 span { border-color: #1823A1; }

 span { border-color: rgb(24,35,161); }

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