Html Css Color HEX #18289B Egyptian Blue

📋 copy color: '#18289B'

red 24 ◦ green 40 ◦ blue 155

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

Shades of Egyptian Blue #18289B

Tints of Egyptian Blue #18289B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 70.78%

R = 10.96%
G = 18.26%
B = 70.78%

CMYK

 C value IS 0.85

 M value IS 0.74

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#18289B (or 0x18289B) is known color: Egyptian Blue. HEX triplet: 18, 28 and 9B. RGB value is (24,40,155). Sum of RGB (Red+Green+Blue) = 24+40+155=219 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.96% from 219); Green value is 40 (16.02% from 255 or 18.26% from 219); Blue value is 155 (60.94% from 255 or 70.78% from 219); Max value from RGB is 155 - color contains mainly: blue. Hex color #18289B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18289B is #E7D764. Grayscale: #2F2F2F. Windows color (decimal): -15193957 or 10168344. OLE color: 10168344.

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

Color convert

RGB 24 40 155 -
CMYK 0.85 0.74 0 0.39
HSL 232.67º 0.73% 0.35% -
HSV(B) 232.67º 0.85% 0.61% -
XYZ 7.05 4.08 31.43 -
YUV 48.33 188.2 110.65 -
System Red Green Blue C M Y K H S L
Decimal 24 40 155 0.85 0.74 0 0.39 232.67 0.73 0.35
Hex 18 28 9B 55 4A 0 27 E9 49 23
Octal 30 50 233 125 112 0 47 351 111 43
Binary 11000 101000 10011011 1010101 1001010 0 100111 11101001 1001001 100011

Color Harmonies of #18289B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18289B

Black with #18289B

Text Example


Text Example

White with #18289B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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