Html Css Color HEX #18289A Egyptian Blue

📋 copy color: '#18289A'

red 24 ◦ green 40 ◦ blue 154

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

Shades of Egyptian Blue #18289A

Tints of Egyptian Blue #18289A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 70.64%

R = 11.01%
G = 18.35%
B = 70.64%

CMYK

 C value IS 0.84

 M value IS 0.74

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#18289A (or 0x18289A) is known color: Egyptian Blue. HEX triplet: 18, 28 and 9A. RGB value is (24,40,154). Sum of RGB (Red+Green+Blue) = 24+40+154=218 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.01% from 218); Green value is 40 (16.02% from 255 or 18.35% from 218); Blue value is 154 (60.55% from 255 or 70.64% from 218); Max value from RGB is 154 - color contains mainly: blue. Hex color #18289A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18289A is #E7D765. Grayscale: #2F2F2F. Windows color (decimal): -15193958 or 10102808. OLE color: 10102808.

HSL color Cylindrical-coordinate representation of color #18289A: hue angle of 232.62º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #18289A is Cyan = 0.84, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 24 40 154 -
CMYK 0.84 0.74 0 0.40
HSL 232.62º 0.73% 0.35% -
HSV(B) 232.62º 0.84% 0.6% -
XYZ 6.97 4.04 30.99 -
YUV 48.21 187.7 110.73 -
System Red Green Blue C M Y K H S L
Decimal 24 40 154 0.84 0.74 0 0.40 232.62 0.73 0.35
Hex 18 28 9A 54 4A 0 28 E9 49 23
Octal 30 50 232 124 112 0 50 351 111 43
Binary 11000 101000 10011010 1010100 1001010 0 101000 11101001 1001001 100011

Color Harmonies of #18289A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18289A

Black with #18289A

Text Example


Text Example

White with #18289A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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