Html Css Color HEX #18409A Egyptian Blue

📋 copy color: '#18409A'

red 24 ◦ green 64 ◦ blue 154

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

Shades of Egyptian Blue #18409A

Tints of Egyptian Blue #18409A

RGB

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

 GREEN value IS 64 (25.39% from 255) = 26.45%

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

R = 9.92%
G = 26.45%
B = 63.64%

CMYK

 C value IS 0.84

 M value IS 0.58

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#18409A (or 0x18409A) is known color: Egyptian Blue. HEX triplet: 18, 40 and 9A. RGB value is (24,64,154). Sum of RGB (Red+Green+Blue) = 24+64+154=242 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.92% from 242); Green value is 64 (25.39% from 255 or 26.45% from 242); Blue value is 154 (60.55% from 255 or 63.64% from 242); Max value from RGB is 154 - color contains mainly: blue. Hex color #18409A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18409A is #E7BF65. Grayscale: #3D3D3D. Windows color (decimal): -15187814 or 10108952. OLE color: 10108952.

HSL color Cylindrical-coordinate representation of color #18409A: hue angle of 221.54º 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 #18409A is Cyan = 0.84, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 24 64 154 -
CMYK 0.84 0.58 0 0.40
HSL 221.54º 0.73% 0.35% -
HSV(B) 221.54º 0.84% 0.6% -
XYZ 8.04 6.19 31.34 -
YUV 62.3 179.75 100.68 -
System Red Green Blue C M Y K H S L
Decimal 24 64 154 0.84 0.58 0 0.40 221.54 0.73 0.35
Hex 18 40 9A 54 3A 0 28 DE 49 23
Octal 30 100 232 124 72 0 50 336 111 43
Binary 11000 1000000 10011010 1010100 111010 0 101000 11011110 1001001 100011

Color Harmonies of #18409A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18409A

Black with #18409A

Text Example


Text Example

White with #18409A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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