Html Css Color HEX #18219F Egyptian Blue

📋 copy color: '#18219F'

red 24 ◦ green 33 ◦ blue 159

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

Shades of Egyptian Blue #18219F

Tints of Egyptian Blue #18219F

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.28%

 BLUE value IS 159 (62.5% from 255) = 73.61%

R = 11.11%
G = 15.28%
B = 73.61%

CMYK

 C value IS 0.85

 M value IS 0.79

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#18219F (or 0x18219F) is known color: Egyptian Blue. HEX triplet: 18, 21 and 9F. RGB value is (24,33,159). Sum of RGB (Red+Green+Blue) = 24+33+159=216 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.11% from 216); Green value is 33 (13.28% from 255 or 15.28% from 216); Blue value is 159 (62.5% from 255 or 73.61% from 216); Max value from RGB is 159 - color contains mainly: blue. Hex color #18219F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18219F is #E7DE60. Grayscale: #2C2C2C. Windows color (decimal): -15195745 or 10428696. OLE color: 10428696.

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

Color convert

RGB 24 33 159 -
CMYK 0.85 0.79 0 0.38
HSL 236º 0.74% 0.36% -
HSV(B) 236º 0.85% 0.62% -
XYZ 7.18 3.79 33.15 -
YUV 44.67 192.52 113.25 -
System Red Green Blue C M Y K H S L
Decimal 24 33 159 0.85 0.79 0 0.38 236 0.74 0.36
Hex 18 21 9F 55 4F 0 26 EC 4A 24
Octal 30 41 237 125 117 0 46 354 112 44
Binary 11000 100001 10011111 1010101 1001111 0 100110 11101100 1001010 100100

Color Harmonies of #18219F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18219F

Black with #18219F

Text Example


Text Example

White with #18219F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18219F; }

 p { color: rgb(24,33,159); }

 H1.HeaderClassName
 {
   color: #18219F;
 }
 .AnyTagClassName
 {
   color: #18219F;
 }
</style>

background-color css

<style>
 a { background-color: #18219F; }

 a { background-color: rgb(24,33,159); }

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

border-color css

<style>
 span { border-color: #18219F; }

 span { border-color: rgb(24,33,159); }

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