Html Css Color HEX #18259E Egyptian Blue

📋 copy color: '#18259E'

red 24 ◦ green 37 ◦ blue 158

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

Shades of Egyptian Blue #18259E

Tints of Egyptian Blue #18259E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 72.15%

R = 10.96%
G = 16.89%
B = 72.15%

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

#18259E (or 0x18259E) is known color: Egyptian Blue. HEX triplet: 18, 25 and 9E. RGB value is (24,37,158). Sum of RGB (Red+Green+Blue) = 24+37+158=219 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.96% from 219); Green value is 37 (14.84% from 255 or 16.89% from 219); Blue value is 158 (62.11% from 255 or 72.15% from 219); Max value from RGB is 158 - color contains mainly: blue. Hex color #18259E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18259E is #E7DA61. Grayscale: #2E2E2E. Windows color (decimal): -15194722 or 10364184. OLE color: 10364184.

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

Color convert

RGB 24 37 158 -
CMYK 0.85 0.77 0 0.38
HSL 234.18º 0.74% 0.36% -
HSV(B) 234.18º 0.85% 0.62% -
XYZ 7.21 3.99 32.74 -
YUV 46.91 190.69 111.66 -
System Red Green Blue C M Y K H S L
Decimal 24 37 158 0.85 0.77 0 0.38 234.18 0.74 0.36
Hex 18 25 9E 55 4D 0 26 EA 4A 24
Octal 30 45 236 125 115 0 46 352 112 44
Binary 11000 100101 10011110 1010101 1001101 0 100110 11101010 1001010 100100

Color Harmonies of #18259E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18259E

Black with #18259E

Text Example


Text Example

White with #18259E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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