Html Css Color HEX #18259A Egyptian Blue

📋 copy color: '#18259A'

red 24 ◦ green 37 ◦ blue 154

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

Shades of Egyptian Blue #18259A

Tints of Egyptian Blue #18259A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.21%

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

R = 11.16%
G = 17.21%
B = 71.63%

CMYK

 C value IS 0.84

 M value IS 0.76

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#18259A (or 0x18259A) is known color: Egyptian Blue. HEX triplet: 18, 25 and 9A. RGB value is (24,37,154). Sum of RGB (Red+Green+Blue) = 24+37+154=215 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.16% from 215); Green value is 37 (14.84% from 255 or 17.21% from 215); Blue value is 154 (60.55% from 255 or 71.63% from 215); Max value from RGB is 154 - color contains mainly: blue. Hex color #18259A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18259A is #E7DA65. Grayscale: #2D2D2D. Windows color (decimal): -15194726 or 10102040. OLE color: 10102040.

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

Color convert

RGB 24 37 154 -
CMYK 0.84 0.76 0 0.40
HSL 234º 0.73% 0.35% -
HSV(B) 234º 0.84% 0.6% -
XYZ 6.87 3.85 30.95 -
YUV 46.45 188.69 111.99 -
System Red Green Blue C M Y K H S L
Decimal 24 37 154 0.84 0.76 0 0.40 234 0.73 0.35
Hex 18 25 9A 54 4C 0 28 EA 49 23
Octal 30 45 232 124 114 0 50 352 111 43
Binary 11000 100101 10011010 1010100 1001100 0 101000 11101010 1001001 100011

Color Harmonies of #18259A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18259A

Black with #18259A

Text Example


Text Example

White with #18259A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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