Html Css Color HEX #18379F Egyptian Blue

📋 copy color: '#18379F'

red 24 ◦ green 55 ◦ blue 159

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

Shades of Egyptian Blue #18379F

Tints of Egyptian Blue #18379F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 23.11%

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

R = 10.08%
G = 23.11%
B = 66.81%

CMYK

 C value IS 0.85

 M value IS 0.65

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#18379F (or 0x18379F) is known color: Egyptian Blue. HEX triplet: 18, 37 and 9F. RGB value is (24,55,159). Sum of RGB (Red+Green+Blue) = 24+55+159=238 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.08% from 238); Green value is 55 (21.88% from 255 or 23.11% from 238); Blue value is 159 (62.5% from 255 or 66.81% from 238); Max value from RGB is 159 - color contains mainly: blue. Hex color #18379F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18379F is #E7C860. Grayscale: #393939. Windows color (decimal): -15190113 or 10434328. OLE color: 10434328.

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

Color convert

RGB 24 55 159 -
CMYK 0.85 0.65 0 0.38
HSL 226.22º 0.74% 0.36% -
HSV(B) 226.22º 0.85% 0.62% -
XYZ 8 5.43 33.43 -
YUV 57.59 185.23 104.04 -
System Red Green Blue C M Y K H S L
Decimal 24 55 159 0.85 0.65 0 0.38 226.22 0.74 0.36
Hex 18 37 9F 55 41 0 26 E2 4A 24
Octal 30 67 237 125 101 0 46 342 112 44
Binary 11000 110111 10011111 1010101 1000001 0 100110 11100010 1001010 100100

Color Harmonies of #18379F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18379F

Black with #18379F

Text Example


Text Example

White with #18379F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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