Html Css Color HEX #18388D Egyptian Blue

📋 copy color: '#18388D'

red 24 ◦ green 56 ◦ blue 141

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

Shades of Egyptian Blue #18388D

Tints of Egyptian Blue #18388D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 25.34%

 BLUE value IS 141 (55.47% from 255) = 63.8%

R = 10.86%
G = 25.34%
B = 63.8%

CMYK

 C value IS 0.83

 M value IS 0.60

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#18388D (or 0x18388D) is known color: Egyptian Blue. HEX triplet: 18, 38 and 8D. RGB value is (24,56,141). Sum of RGB (Red+Green+Blue) = 24+56+141=221 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.86% from 221); Green value is 56 (22.27% from 255 or 25.34% from 221); Blue value is 141 (55.47% from 255 or 63.80% from 221); Max value from RGB is 141 - color contains mainly: blue. Hex color #18388D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18388D is #E7C772. Grayscale: #373737. Windows color (decimal): -15189875 or 9254936. OLE color: 9254936.

HSL color Cylindrical-coordinate representation of color #18388D: hue angle of 223.59º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #18388D is Cyan = 0.83, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 24 56 141 -
CMYK 0.83 0.60 0 0.45
HSL 223.59º 0.71% 0.32% -
HSV(B) 223.59º 0.83% 0.55% -
XYZ 6.6 4.95 25.81 -
YUV 56.12 175.9 105.09 -
System Red Green Blue C M Y K H S L
Decimal 24 56 141 0.83 0.60 0 0.45 223.59 0.71 0.32
Hex 18 38 8D 53 3C 0 2D E0 47 20
Octal 30 70 215 123 74 0 55 340 107 40
Binary 11000 111000 10001101 1010011 111100 0 101101 11100000 1000111 100000

Color Harmonies of #18388D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18388D

Black with #18388D

Text Example


Text Example

White with #18388D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,56,141); }

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

background-color css

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

 a { background-color: rgb(24,56,141); }

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

border-color css

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

 span { border-color: rgb(24,56,141); }

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