Html Css Color HEX #1823A6 Egyptian Blue

📋 copy color: '#1823A6'

red 24 ◦ green 35 ◦ blue 166

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

Shades of Egyptian Blue #1823A6

Tints of Egyptian Blue #1823A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 73.78%

R = 10.67%
G = 15.56%
B = 73.78%

CMYK

 C value IS 0.86

 M value IS 0.79

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#1823A6 (or 0x1823A6) is known color: Egyptian Blue. HEX triplet: 18, 23 and A6. RGB value is (24,35,166). Sum of RGB (Red+Green+Blue) = 24+35+166=225 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.67% from 225); Green value is 35 (14.06% from 255 or 15.56% from 225); Blue value is 166 (65.23% from 255 or 73.78% from 225); Max value from RGB is 166 - color contains mainly: blue. Hex color #1823A6 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1823A6 is #E7DC59. Grayscale: #2E2E2E. Windows color (decimal): -15195226 or 10887960. OLE color: 10887960.

HSL color Cylindrical-coordinate representation of color #1823A6: hue angle of 235.35º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1823A6 is Cyan = 0.86, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 24 35 166 -
CMYK 0.86 0.79 0 0.35
HSL 235.35º 0.75% 0.37% -
HSV(B) 235.35º 0.86% 0.65% -
XYZ 7.86 4.15 36.46 -
YUV 46.65 195.36 111.85 -
System Red Green Blue C M Y K H S L
Decimal 24 35 166 0.86 0.79 0 0.35 235.35 0.75 0.37
Hex 18 23 A6 56 4F 0 23 EB 4B 25
Octal 30 43 246 126 117 0 43 353 113 45
Binary 11000 100011 10100110 1010110 1001111 0 100011 11101011 1001011 100101

Color Harmonies of #1823A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1823A6

Black with #1823A6

Text Example


Text Example

White with #1823A6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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