Html Css Color HEX #18299D Egyptian Blue

📋 copy color: '#18299D'

red 24 ◦ green 41 ◦ blue 157

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

Shades of Egyptian Blue #18299D

Tints of Egyptian Blue #18299D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.47%

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

R = 10.81%
G = 18.47%
B = 70.72%

CMYK

 C value IS 0.85

 M value IS 0.74

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#18299D (or 0x18299D) is known color: Egyptian Blue. HEX triplet: 18, 29 and 9D. RGB value is (24,41,157). Sum of RGB (Red+Green+Blue) = 24+41+157=222 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.81% from 222); Green value is 41 (16.41% from 255 or 18.47% from 222); Blue value is 157 (61.72% from 255 or 70.72% from 222); Max value from RGB is 157 - color contains mainly: blue. Hex color #18299D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18299D is #E7D662. Grayscale: #303030. Windows color (decimal): -15193699 or 10299672. OLE color: 10299672.

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

Color convert

RGB 24 41 157 -
CMYK 0.85 0.74 0 0.38
HSL 232.33º 0.73% 0.35% -
HSV(B) 232.33º 0.85% 0.62% -
XYZ 7.26 4.21 32.33 -
YUV 49.14 188.87 110.07 -
System Red Green Blue C M Y K H S L
Decimal 24 41 157 0.85 0.74 0 0.38 232.33 0.73 0.35
Hex 18 29 9D 55 4A 0 26 E8 49 23
Octal 30 51 235 125 112 0 46 350 111 43
Binary 11000 101001 10011101 1010101 1001010 0 100110 11101000 1001001 100011

Color Harmonies of #18299D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18299D

Black with #18299D

Text Example


Text Example

White with #18299D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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