Html Css Color HEX #18249A Egyptian Blue

📋 copy color: '#18249A'

red 24 ◦ green 36 ◦ blue 154

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

Shades of Egyptian Blue #18249A

Tints of Egyptian Blue #18249A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 71.96%

R = 11.21%
G = 16.82%
B = 71.96%

CMYK

 C value IS 0.84

 M value IS 0.77

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#18249A (or 0x18249A) is known color: Egyptian Blue. HEX triplet: 18, 24 and 9A. RGB value is (24,36,154). Sum of RGB (Red+Green+Blue) = 24+36+154=214 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.21% from 214); Green value is 36 (14.45% from 255 or 16.82% from 214); Blue value is 154 (60.55% from 255 or 71.96% from 214); Max value from RGB is 154 - color contains mainly: blue. Hex color #18249A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18249A is #E7DB65. Grayscale: #2D2D2D. Windows color (decimal): -15194982 or 10101784. OLE color: 10101784.

HSL color Cylindrical-coordinate representation of color #18249A: hue angle of 234.46º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #18249A is Cyan = 0.84, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 24 36 154 -
CMYK 0.84 0.77 0 0.40
HSL 234.46º 0.73% 0.35% -
HSV(B) 234.46º 0.84% 0.6% -
XYZ 6.84 3.79 30.94 -
YUV 45.86 189.02 112.41 -
System Red Green Blue C M Y K H S L
Decimal 24 36 154 0.84 0.77 0 0.40 234.46 0.73 0.35
Hex 18 24 9A 54 4D 0 28 EA 49 23
Octal 30 44 232 124 115 0 50 352 111 43
Binary 11000 100100 10011010 1010100 1001101 0 101000 11101010 1001001 100011

Color Harmonies of #18249A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18249A

Black with #18249A

Text Example


Text Example

White with #18249A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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