Html Css Color HEX #1823AC Egyptian Blue

📋 copy color: '#1823AC'

red 24 ◦ green 35 ◦ blue 172

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

Shades of Egyptian Blue #1823AC

Tints of Egyptian Blue #1823AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 74.46%

R = 10.39%
G = 15.15%
B = 74.46%

CMYK

 C value IS 0.86

 M value IS 0.80

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1823AC (or 0x1823AC) is known color: Egyptian Blue. HEX triplet: 18, 23 and AC. RGB value is (24,35,172). Sum of RGB (Red+Green+Blue) = 24+35+172=231 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.39% from 231); Green value is 35 (14.06% from 255 or 15.15% from 231); Blue value is 172 (67.58% from 255 or 74.46% from 231); Max value from RGB is 172 - color contains mainly: blue. Hex color #1823AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1823AC is #E7DC53. Grayscale: #2E2E2E. Windows color (decimal): -15195220 or 11281176. OLE color: 11281176.

HSL color Cylindrical-coordinate representation of color #1823AC: hue angle of 235.54º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1823AC is Cyan = 0.86, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 24 35 172 -
CMYK 0.86 0.80 0 0.33
HSL 235.54º 0.76% 0.38% -
HSV(B) 235.54º 0.86% 0.67% -
XYZ 8.42 4.37 39.43 -
YUV 47.33 198.36 111.36 -
System Red Green Blue C M Y K H S L
Decimal 24 35 172 0.86 0.80 0 0.33 235.54 0.76 0.38
Hex 18 23 AC 56 50 0 21 EC 4C 26
Octal 30 43 254 126 120 0 41 354 114 46
Binary 11000 100011 10101100 1010110 1010000 0 100001 11101100 1001100 100110

Color Harmonies of #1823AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1823AC

Black with #1823AC

Text Example


Text Example

White with #1823AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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