Html Css Color HEX #18289F Egyptian Blue

📋 copy color: '#18289F'

red 24 ◦ green 40 ◦ blue 159

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

Shades of Egyptian Blue #18289F

Tints of Egyptian Blue #18289F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 71.3%

R = 10.76%
G = 17.94%
B = 71.3%

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

#18289F (or 0x18289F) is known color: Egyptian Blue. HEX triplet: 18, 28 and 9F. RGB value is (24,40,159). Sum of RGB (Red+Green+Blue) = 24+40+159=223 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.76% from 223); Green value is 40 (16.02% from 255 or 17.94% from 223); Blue value is 159 (62.5% from 255 or 71.30% from 223); Max value from RGB is 159 - color contains mainly: blue. Hex color #18289F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18289F is #E7D760. Grayscale: #303030. Windows color (decimal): -15193953 or 10430488. OLE color: 10430488.

HSL color Cylindrical-coordinate representation of color #18289F: hue angle of 232.89º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18289F is Cyan = 0.85, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 24 40 159 -
CMYK 0.85 0.75 0 0.38
HSL 232.89º 0.74% 0.36% -
HSV(B) 232.89º 0.85% 0.62% -
XYZ 7.39 4.21 33.22 -
YUV 48.78 190.2 110.32 -
System Red Green Blue C M Y K H S L
Decimal 24 40 159 0.85 0.75 0 0.38 232.89 0.74 0.36
Hex 18 28 9F 55 4B 0 26 E9 4A 24
Octal 30 50 237 125 113 0 46 351 112 44
Binary 11000 101000 10011111 1010101 1001011 0 100110 11101001 1001010 100100

Color Harmonies of #18289F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18289F

Black with #18289F

Text Example


Text Example

White with #18289F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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