Html Css Color HEX #18319B Egyptian Blue

📋 copy color: '#18319B'

red 24 ◦ green 49 ◦ blue 155

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

Shades of Egyptian Blue #18319B

Tints of Egyptian Blue #18319B

RGB

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

 GREEN value IS 49 (19.53% from 255) = 21.49%

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

R = 10.53%
G = 21.49%
B = 67.98%

CMYK

 C value IS 0.85

 M value IS 0.68

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#18319B (or 0x18319B) is known color: Egyptian Blue. HEX triplet: 18, 31 and 9B. RGB value is (24,49,155). Sum of RGB (Red+Green+Blue) = 24+49+155=228 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.53% from 228); Green value is 49 (19.53% from 255 or 21.49% from 228); Blue value is 155 (60.94% from 255 or 67.98% from 228); Max value from RGB is 155 - color contains mainly: blue. Hex color #18319B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18319B is #E7CE64. Grayscale: #353535. Windows color (decimal): -15191653 or 10170648. OLE color: 10170648.

HSL color Cylindrical-coordinate representation of color #18319B: hue angle of 228.55º 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 #18319B is Cyan = 0.85, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 24 49 155 -
CMYK 0.85 0.68 0 0.39
HSL 228.55º 0.73% 0.35% -
HSV(B) 228.55º 0.85% 0.61% -
XYZ 7.39 4.76 31.54 -
YUV 53.61 185.22 106.88 -
System Red Green Blue C M Y K H S L
Decimal 24 49 155 0.85 0.68 0 0.39 228.55 0.73 0.35
Hex 18 31 9B 55 44 0 27 E5 49 23
Octal 30 61 233 125 104 0 47 345 111 43
Binary 11000 110001 10011011 1010101 1000100 0 100111 11100101 1001001 100011

Color Harmonies of #18319B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18319B

Black with #18319B

Text Example


Text Example

White with #18319B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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