Html Css Color HEX #18259D Egyptian Blue

📋 copy color: '#18259D'

red 24 ◦ green 37 ◦ blue 157

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

Shades of Egyptian Blue #18259D

Tints of Egyptian Blue #18259D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 72.02%

R = 11.01%
G = 16.97%
B = 72.02%

CMYK

 C value IS 0.85

 M value IS 0.76

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#18259D (or 0x18259D) is known color: Egyptian Blue. HEX triplet: 18, 25 and 9D. RGB value is (24,37,157). Sum of RGB (Red+Green+Blue) = 24+37+157=218 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.01% from 218); Green value is 37 (14.84% from 255 or 16.97% from 218); Blue value is 157 (61.72% from 255 or 72.02% from 218); Max value from RGB is 157 - color contains mainly: blue. Hex color #18259D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18259D is #E7DA62. Grayscale: #2E2E2E. Windows color (decimal): -15194723 or 10298648. OLE color: 10298648.

HSL color Cylindrical-coordinate representation of color #18259D: hue angle of 234.14º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18259D is Cyan = 0.85, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 24 37 157 -
CMYK 0.85 0.76 0 0.38
HSL 234.14º 0.73% 0.35% -
HSV(B) 234.14º 0.85% 0.62% -
XYZ 7.12 3.95 32.29 -
YUV 46.79 190.19 111.74 -
System Red Green Blue C M Y K H S L
Decimal 24 37 157 0.85 0.76 0 0.38 234.14 0.73 0.35
Hex 18 25 9D 55 4C 0 26 EA 49 23
Octal 30 45 235 125 114 0 46 352 111 43
Binary 11000 100101 10011101 1010101 1001100 0 100110 11101010 1001001 100011

Color Harmonies of #18259D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18259D

Black with #18259D

Text Example


Text Example

White with #18259D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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