Html Css Color HEX #18219B Egyptian Blue

📋 copy color: '#18219B'

red 24 ◦ green 33 ◦ blue 155

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

Shades of Egyptian Blue #18219B

Tints of Egyptian Blue #18219B

RGB

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

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

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

R = 11.32%
G = 15.57%
B = 73.11%

CMYK

 C value IS 0.85

 M value IS 0.79

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#18219B (or 0x18219B) is known color: Egyptian Blue. HEX triplet: 18, 21 and 9B. RGB value is (24,33,155). Sum of RGB (Red+Green+Blue) = 24+33+155=212 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.32% from 212); Green value is 33 (13.28% from 255 or 15.57% from 212); Blue value is 155 (60.94% from 255 or 73.11% from 212); Max value from RGB is 155 - color contains mainly: blue. Hex color #18219B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18219B is #E7DE64. Grayscale: #2B2B2B. Windows color (decimal): -15195749 or 10166552. OLE color: 10166552.

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

Color convert

RGB 24 33 155 -
CMYK 0.85 0.79 0 0.39
HSL 235.88º 0.73% 0.35% -
HSV(B) 235.88º 0.85% 0.61% -
XYZ 6.84 3.65 31.35 -
YUV 44.22 190.52 113.58 -
System Red Green Blue C M Y K H S L
Decimal 24 33 155 0.85 0.79 0 0.39 235.88 0.73 0.35
Hex 18 21 9B 55 4F 0 27 EC 49 23
Octal 30 41 233 125 117 0 47 354 111 43
Binary 11000 100001 10011011 1010101 1001111 0 100111 11101100 1001001 100011

Color Harmonies of #18219B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18219B

Black with #18219B

Text Example


Text Example

White with #18219B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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