Html Css Color HEX #18289D Egyptian Blue

📋 copy color: '#18289D'

red 24 ◦ green 40 ◦ blue 157

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

Shades of Egyptian Blue #18289D

Tints of Egyptian Blue #18289D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.1%

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

R = 10.86%
G = 18.1%
B = 71.04%

CMYK

 C value IS 0.85

 M value IS 0.75

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#18289D (or 0x18289D) is known color: Egyptian Blue. HEX triplet: 18, 28 and 9D. RGB value is (24,40,157). Sum of RGB (Red+Green+Blue) = 24+40+157=221 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.86% from 221); Green value is 40 (16.02% from 255 or 18.10% from 221); Blue value is 157 (61.72% from 255 or 71.04% from 221); Max value from RGB is 157 - color contains mainly: blue. Hex color #18289D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18289D is #E7D762. Grayscale: #303030. Windows color (decimal): -15193955 or 10299416. OLE color: 10299416.

HSL color Cylindrical-coordinate representation of color #18289D: hue angle of 232.78º 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 #18289D is Cyan = 0.85, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 24 40 157 -
CMYK 0.85 0.75 0 0.38
HSL 232.78º 0.73% 0.35% -
HSV(B) 232.78º 0.85% 0.62% -
XYZ 7.22 4.15 32.32 -
YUV 48.55 189.2 110.49 -
System Red Green Blue C M Y K H S L
Decimal 24 40 157 0.85 0.75 0 0.38 232.78 0.73 0.35
Hex 18 28 9D 55 4B 0 26 E9 49 23
Octal 30 50 235 125 113 0 46 351 111 43
Binary 11000 101000 10011101 1010101 1001011 0 100110 11101001 1001001 100011

Color Harmonies of #18289D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18289D

Black with #18289D

Text Example


Text Example

White with #18289D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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