Html Css Color HEX #1823AD Egyptian Blue

📋 copy color: '#1823AD'

red 24 ◦ green 35 ◦ blue 173

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

Shades of Egyptian Blue #1823AD

Tints of Egyptian Blue #1823AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 74.57%

R = 10.34%
G = 15.09%
B = 74.57%

CMYK

 C value IS 0.86

 M value IS 0.80

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1823AD (or 0x1823AD) is known color: Egyptian Blue. HEX triplet: 18, 23 and AD. RGB value is (24,35,173). Sum of RGB (Red+Green+Blue) = 24+35+173=232 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.34% from 232); Green value is 35 (14.06% from 255 or 15.09% from 232); Blue value is 173 (67.97% from 255 or 74.57% from 232); Max value from RGB is 173 - color contains mainly: blue. Hex color #1823AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1823AD is #E7DC52. Grayscale: #2E2E2E. Windows color (decimal): -15195219 or 11346712. OLE color: 11346712.

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

Color convert

RGB 24 35 173 -
CMYK 0.86 0.80 0 0.32
HSL 235.57º 0.76% 0.39% -
HSV(B) 235.57º 0.86% 0.68% -
XYZ 8.52 4.41 39.94 -
YUV 47.44 198.86 111.28 -
System Red Green Blue C M Y K H S L
Decimal 24 35 173 0.86 0.80 0 0.32 235.57 0.76 0.39
Hex 18 23 AD 56 50 0 20 EC 4C 27
Octal 30 43 255 126 120 0 40 354 114 47
Binary 11000 100011 10101101 1010110 1010000 0 100000 11101100 1001100 100111

Color Harmonies of #1823AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1823AD

Black with #1823AD

Text Example


Text Example

White with #1823AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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