Html Css Color HEX #1823AB Egyptian Blue

📋 copy color: '#1823AB'

red 24 ◦ green 35 ◦ blue 171

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

Shades of Egyptian Blue #1823AB

Tints of Egyptian Blue #1823AB

RGB

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

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

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

R = 10.43%
G = 15.22%
B = 74.35%

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

#1823AB (or 0x1823AB) is known color: Egyptian Blue. HEX triplet: 18, 23 and AB. RGB value is (24,35,171). Sum of RGB (Red+Green+Blue) = 24+35+171=230 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.43% from 230); Green value is 35 (14.06% from 255 or 15.22% from 230); Blue value is 171 (67.19% from 255 or 74.35% from 230); Max value from RGB is 171 - color contains mainly: blue. Hex color #1823AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1823AB is #E7DC54. Grayscale: #2E2E2E. Windows color (decimal): -15195221 or 11215640. OLE color: 11215640.

HSL color Cylindrical-coordinate representation of color #1823AB: hue angle of 235.51º degrees, saturation: 0.75, 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 #1823AB is Cyan = 0.86, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 24 35 171 -
CMYK 0.86 0.80 0 0.33
HSL 235.51º 0.75% 0.38% -
HSV(B) 235.51º 0.86% 0.67% -
XYZ 8.33 4.34 38.93 -
YUV 47.22 197.86 111.44 -
System Red Green Blue C M Y K H S L
Decimal 24 35 171 0.86 0.80 0 0.33 235.51 0.75 0.38
Hex 18 23 AB 56 50 0 21 EC 4B 26
Octal 30 43 253 126 120 0 41 354 113 46
Binary 11000 100011 10101011 1010110 1010000 0 100001 11101100 1001011 100110

Color Harmonies of #1823AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1823AB

Black with #1823AB

Text Example


Text Example

White with #1823AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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