Html Css Color HEX #18399E Egyptian Blue

📋 copy color: '#18399E'

red 24 ◦ green 57 ◦ blue 158

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

Shades of Egyptian Blue #18399E

Tints of Egyptian Blue #18399E

RGB

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

 GREEN value IS 57 (22.66% from 255) = 23.85%

 BLUE value IS 158 (62.11% from 255) = 66.11%

R = 10.04%
G = 23.85%
B = 66.11%

CMYK

 C value IS 0.85

 M value IS 0.64

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#18399E (or 0x18399E) is known color: Egyptian Blue. HEX triplet: 18, 39 and 9E. RGB value is (24,57,158). Sum of RGB (Red+Green+Blue) = 24+57+158=239 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.04% from 239); Green value is 57 (22.66% from 255 or 23.85% from 239); Blue value is 158 (62.11% from 255 or 66.11% from 239); Max value from RGB is 158 - color contains mainly: blue. Hex color #18399E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18399E is #E7C661. Grayscale: #3A3A3A. Windows color (decimal): -15189602 or 10369304. OLE color: 10369304.

HSL color Cylindrical-coordinate representation of color #18399E: hue angle of 225.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 #18399E is Cyan = 0.85, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 24 57 158 -
CMYK 0.85 0.64 0 0.38
HSL 225.22º 0.74% 0.36% -
HSV(B) 225.22º 0.85% 0.62% -
XYZ 8.01 5.59 33 -
YUV 58.65 184.07 103.29 -
System Red Green Blue C M Y K H S L
Decimal 24 57 158 0.85 0.64 0 0.38 225.22 0.74 0.36
Hex 18 39 9E 55 40 0 26 E1 4A 24
Octal 30 71 236 125 100 0 46 341 112 44
Binary 11000 111001 10011110 1010101 1000000 0 100110 11100001 1001010 100100

Color Harmonies of #18399E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18399E

Black with #18399E

Text Example


Text Example

White with #18399E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18399E; }

 p { color: rgb(24,57,158); }

 H1.HeaderClassName
 {
   color: #18399E;
 }
 .AnyTagClassName
 {
   color: #18399E;
 }
</style>

background-color css

<style>
 a { background-color: #18399E; }

 a { background-color: rgb(24,57,158); }

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

border-color css

<style>
 span { border-color: #18399E; }

 span { border-color: rgb(24,57,158); }

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