Html Css Color HEX #18259B Egyptian Blue

📋 copy color: '#18259B'

red 24 ◦ green 37 ◦ blue 155

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

Shades of Egyptian Blue #18259B

Tints of Egyptian Blue #18259B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 71.76%

R = 11.11%
G = 17.13%
B = 71.76%

CMYK

 C value IS 0.85

 M value IS 0.76

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#18259B (or 0x18259B) is known color: Egyptian Blue. HEX triplet: 18, 25 and 9B. RGB value is (24,37,155). Sum of RGB (Red+Green+Blue) = 24+37+155=216 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.11% from 216); Green value is 37 (14.84% from 255 or 17.13% from 216); Blue value is 155 (60.94% from 255 or 71.76% from 216); Max value from RGB is 155 - color contains mainly: blue. Hex color #18259B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18259B is #E7DA64. Grayscale: #2E2E2E. Windows color (decimal): -15194725 or 10167576. OLE color: 10167576.

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

Color convert

RGB 24 37 155 -
CMYK 0.85 0.76 0 0.39
HSL 234.05º 0.73% 0.35% -
HSV(B) 234.05º 0.85% 0.61% -
XYZ 6.95 3.88 31.39 -
YUV 46.57 189.19 111.91 -
System Red Green Blue C M Y K H S L
Decimal 24 37 155 0.85 0.76 0 0.39 234.05 0.73 0.35
Hex 18 25 9B 55 4C 0 27 EA 49 23
Octal 30 45 233 125 114 0 47 352 111 43
Binary 11000 100101 10011011 1010101 1001100 0 100111 11101010 1001001 100011

Color Harmonies of #18259B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18259B

Black with #18259B

Text Example


Text Example

White with #18259B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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