Html Css Color HEX #18249F Egyptian Blue

📋 copy color: '#18249F'

red 24 ◦ green 36 ◦ blue 159

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

Shades of Egyptian Blue #18249F

Tints of Egyptian Blue #18249F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.44%

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

R = 10.96%
G = 16.44%
B = 72.6%

CMYK

 C value IS 0.85

 M value IS 0.77

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#18249F (or 0x18249F) is known color: Egyptian Blue. HEX triplet: 18, 24 and 9F. RGB value is (24,36,159). Sum of RGB (Red+Green+Blue) = 24+36+159=219 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.96% from 219); Green value is 36 (14.45% from 255 or 16.44% from 219); Blue value is 159 (62.5% from 255 or 72.60% from 219); Max value from RGB is 159 - color contains mainly: blue. Hex color #18249F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18249F is #E7DB60. Grayscale: #2D2D2D. Windows color (decimal): -15194977 or 10429464. OLE color: 10429464.

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

Color convert

RGB 24 36 159 -
CMYK 0.85 0.77 0 0.38
HSL 234.67º 0.74% 0.36% -
HSV(B) 234.67º 0.85% 0.62% -
XYZ 7.27 3.96 33.18 -
YUV 46.43 191.52 112 -
System Red Green Blue C M Y K H S L
Decimal 24 36 159 0.85 0.77 0 0.38 234.67 0.74 0.36
Hex 18 24 9F 55 4D 0 26 EB 4A 24
Octal 30 44 237 125 115 0 46 353 112 44
Binary 11000 100100 10011111 1010101 1001101 0 100110 11101011 1001010 100100

Color Harmonies of #18249F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18249F

Black with #18249F

Text Example


Text Example

White with #18249F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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