Html Css Color HEX #1840AB Egyptian Blue

📋 copy color: '#1840AB'

red 24 ◦ green 64 ◦ blue 171

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

Shades of Egyptian Blue #1840AB

Tints of Egyptian Blue #1840AB

RGB

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

 GREEN value IS 64 (25.39% from 255) = 24.71%

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

R = 9.27%
G = 24.71%
B = 66.02%

CMYK

 C value IS 0.86

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1840AB (or 0x1840AB) is known color: Egyptian Blue. HEX triplet: 18, 40 and AB. RGB value is (24,64,171). Sum of RGB (Red+Green+Blue) = 24+64+171=259 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.27% from 259); Green value is 64 (25.39% from 255 or 24.71% from 259); Blue value is 171 (67.19% from 255 or 66.02% from 259); Max value from RGB is 171 - color contains mainly: blue. Hex color #1840AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1840AB is #E7BF54. Grayscale: #3F3F3F. Windows color (decimal): -15187797 or 11223064. OLE color: 11223064.

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

Color convert

RGB 24 64 171 -
CMYK 0.86 0.63 0 0.33
HSL 223.67º 0.75% 0.38% -
HSV(B) 223.67º 0.86% 0.67% -
XYZ 9.56 6.8 39.34 -
YUV 64.24 188.25 99.3 -
System Red Green Blue C M Y K H S L
Decimal 24 64 171 0.86 0.63 0 0.33 223.67 0.75 0.38
Hex 18 40 AB 56 3F 0 21 E0 4B 26
Octal 30 100 253 126 77 0 41 340 113 46
Binary 11000 1000000 10101011 1010110 111111 0 100001 11100000 1001011 100110

Color Harmonies of #1840AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1840AB

Black with #1840AB

Text Example


Text Example

White with #1840AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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