Html Css Color HEX #18299F Egyptian Blue

📋 copy color: '#18299F'

red 24 ◦ green 41 ◦ blue 159

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

Shades of Egyptian Blue #18299F

Tints of Egyptian Blue #18299F

RGB

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

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

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

R = 10.71%
G = 18.3%
B = 70.98%

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

#18299F (or 0x18299F) is known color: Egyptian Blue. HEX triplet: 18, 29 and 9F. RGB value is (24,41,159). Sum of RGB (Red+Green+Blue) = 24+41+159=224 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.71% from 224); Green value is 41 (16.41% from 255 or 18.30% from 224); Blue value is 159 (62.5% from 255 or 70.98% from 224); Max value from RGB is 159 - color contains mainly: blue. Hex color #18299F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18299F is #E7D660. Grayscale: #303030. Windows color (decimal): -15193697 or 10430744. OLE color: 10430744.

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

Color convert

RGB 24 41 159 -
CMYK 0.85 0.74 0 0.38
HSL 232.44º 0.74% 0.36% -
HSV(B) 232.44º 0.85% 0.62% -
XYZ 7.43 4.28 33.24 -
YUV 49.37 189.87 109.91 -
System Red Green Blue C M Y K H S L
Decimal 24 41 159 0.85 0.74 0 0.38 232.44 0.74 0.36
Hex 18 29 9F 55 4A 0 26 E8 4A 24
Octal 30 51 237 125 112 0 46 350 112 44
Binary 11000 101001 10011111 1010101 1001010 0 100110 11101000 1001010 100100

Color Harmonies of #18299F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18299F

Black with #18299F

Text Example


Text Example

White with #18299F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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