Html Css Color HEX #18399D Egyptian Blue

📋 copy color: '#18399D'

red 24 ◦ green 57 ◦ blue 157

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

Shades of Egyptian Blue #18399D

Tints of Egyptian Blue #18399D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 65.97%

R = 10.08%
G = 23.95%
B = 65.97%

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

#18399D (or 0x18399D) is known color: Egyptian Blue. HEX triplet: 18, 39 and 9D. RGB value is (24,57,157). Sum of RGB (Red+Green+Blue) = 24+57+157=238 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.08% from 238); Green value is 57 (22.66% from 255 or 23.95% from 238); Blue value is 157 (61.72% from 255 or 65.97% from 238); Max value from RGB is 157 - color contains mainly: blue. Hex color #18399D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18399D is #E7C662. Grayscale: #3A3A3A. Windows color (decimal): -15189603 or 10303768. OLE color: 10303768.

HSL color Cylindrical-coordinate representation of color #18399D: hue angle of 225.11º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18399D is Cyan = 0.85, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 24 57 157 -
CMYK 0.85 0.64 0 0.38
HSL 225.11º 0.73% 0.35% -
HSV(B) 225.11º 0.85% 0.62% -
XYZ 7.93 5.55 32.55 -
YUV 58.53 183.57 103.37 -
System Red Green Blue C M Y K H S L
Decimal 24 57 157 0.85 0.64 0 0.38 225.11 0.73 0.35
Hex 18 39 9D 55 40 0 26 E1 49 23
Octal 30 71 235 125 100 0 46 341 111 43
Binary 11000 111001 10011101 1010101 1000000 0 100110 11100001 1001001 100011

Color Harmonies of #18399D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18399D

Black with #18399D

Text Example


Text Example

White with #18399D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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