Html Css Color HEX #18209D Egyptian Blue

📋 copy color: '#18209D'

red 24 ◦ green 32 ◦ blue 157

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

Shades of Egyptian Blue #18209D

Tints of Egyptian Blue #18209D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.02%

 BLUE value IS 157 (61.72% from 255) = 73.71%

R = 11.27%
G = 15.02%
B = 73.71%

CMYK

 C value IS 0.85

 M value IS 0.80

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#18209D (or 0x18209D) is known color: Egyptian Blue. HEX triplet: 18, 20 and 9D. RGB value is (24,32,157). Sum of RGB (Red+Green+Blue) = 24+32+157=213 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.27% from 213); Green value is 32 (12.89% from 255 or 15.02% from 213); Blue value is 157 (61.72% from 255 or 73.71% from 213); Max value from RGB is 157 - color contains mainly: blue. Hex color #18209D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18209D is #E7DF62. Grayscale: #2B2B2B. Windows color (decimal): -15196003 or 10297368. OLE color: 10297368.

HSL color Cylindrical-coordinate representation of color #18209D: hue angle of 236.39º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18209D is Cyan = 0.85, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 24 32 157 -
CMYK 0.85 0.80 0 0.38
HSL 236.39º 0.73% 0.35% -
HSV(B) 236.39º 0.85% 0.62% -
XYZ 6.98 3.66 32.24 -
YUV 43.86 191.85 113.84 -
System Red Green Blue C M Y K H S L
Decimal 24 32 157 0.85 0.80 0 0.38 236.39 0.73 0.35
Hex 18 20 9D 55 50 0 26 EC 49 23
Octal 30 40 235 125 120 0 46 354 111 43
Binary 11000 100000 10011101 1010101 1010000 0 100110 11101100 1001001 100011

Color Harmonies of #18209D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18209D

Black with #18209D

Text Example


Text Example

White with #18209D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18209D; }

 p { color: rgb(24,32,157); }

 H1.HeaderClassName
 {
   color: #18209D;
 }
 .AnyTagClassName
 {
   color: #18209D;
 }
</style>

background-color css

<style>
 a { background-color: #18209D; }

 a { background-color: rgb(24,32,157); }

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

border-color css

<style>
 span { border-color: #18209D; }

 span { border-color: rgb(24,32,157); }

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