Html Css Color HEX #18419B Egyptian Blue

📋 copy color: '#18419B'

red 24 ◦ green 65 ◦ blue 155

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

Shades of Egyptian Blue #18419B

Tints of Egyptian Blue #18419B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 26.64%

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

R = 9.84%
G = 26.64%
B = 63.52%

CMYK

 C value IS 0.85

 M value IS 0.58

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#18419B (or 0x18419B) is known color: Egyptian Blue. HEX triplet: 18, 41 and 9B. RGB value is (24,65,155). Sum of RGB (Red+Green+Blue) = 24+65+155=244 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.84% from 244); Green value is 65 (25.78% from 255 or 26.64% from 244); Blue value is 155 (60.94% from 255 or 63.52% from 244); Max value from RGB is 155 - color contains mainly: blue. Hex color #18419B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18419B is #E7BE64. Grayscale: #3E3E3E. Windows color (decimal): -15187557 or 10174744. OLE color: 10174744.

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

Color convert

RGB 24 65 155 -
CMYK 0.85 0.58 0 0.39
HSL 221.22º 0.73% 0.35% -
HSV(B) 221.22º 0.85% 0.61% -
XYZ 8.18 6.34 31.8 -
YUV 63 179.92 100.18 -
System Red Green Blue C M Y K H S L
Decimal 24 65 155 0.85 0.58 0 0.39 221.22 0.73 0.35
Hex 18 41 9B 55 3A 0 27 DD 49 23
Octal 30 101 233 125 72 0 47 335 111 43
Binary 11000 1000001 10011011 1010101 111010 0 100111 11011101 1001001 100011

Color Harmonies of #18419B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18419B

Black with #18419B

Text Example


Text Example

White with #18419B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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