Html Css Color HEX #18419F Egyptian Blue

📋 copy color: '#18419F'

red 24 ◦ green 65 ◦ blue 159

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

Shades of Egyptian Blue #18419F

Tints of Egyptian Blue #18419F

RGB

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

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

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

R = 9.68%
G = 26.21%
B = 64.11%

CMYK

 C value IS 0.85

 M value IS 0.59

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#18419F (or 0x18419F) is known color: Egyptian Blue. HEX triplet: 18, 41 and 9F. RGB value is (24,65,159). Sum of RGB (Red+Green+Blue) = 24+65+159=248 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.68% from 248); Green value is 65 (25.78% from 255 or 26.21% from 248); Blue value is 159 (62.5% from 255 or 64.11% from 248); Max value from RGB is 159 - color contains mainly: blue. Hex color #18419F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18419F is #E7BE60. Grayscale: #3F3F3F. Windows color (decimal): -15187553 or 10436888. OLE color: 10436888.

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

Color convert

RGB 24 65 159 -
CMYK 0.85 0.59 0 0.38
HSL 221.78º 0.74% 0.36% -
HSV(B) 221.78º 0.85% 0.62% -
XYZ 8.52 6.48 33.6 -
YUV 63.46 181.92 99.86 -
System Red Green Blue C M Y K H S L
Decimal 24 65 159 0.85 0.59 0 0.38 221.78 0.74 0.36
Hex 18 41 9F 55 3B 0 26 DE 4A 24
Octal 30 101 237 125 73 0 46 336 112 44
Binary 11000 1000001 10011111 1010101 111011 0 100110 11011110 1001010 100100

Color Harmonies of #18419F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18419F

Black with #18419F

Text Example


Text Example

White with #18419F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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