Html Css Color HEX #18368D Egyptian Blue

📋 copy color: '#18368D'

red 24 ◦ green 54 ◦ blue 141

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

Shades of Egyptian Blue #18368D

Tints of Egyptian Blue #18368D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 24.66%

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

R = 10.96%
G = 24.66%
B = 64.38%

CMYK

 C value IS 0.83

 M value IS 0.62

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#18368D (or 0x18368D) is known color: Egyptian Blue. HEX triplet: 18, 36 and 8D. RGB value is (24,54,141). Sum of RGB (Red+Green+Blue) = 24+54+141=219 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.96% from 219); Green value is 54 (21.48% from 255 or 24.66% from 219); Blue value is 141 (55.47% from 255 or 64.38% from 219); Max value from RGB is 141 - color contains mainly: blue. Hex color #18368D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18368D is #E7C972. Grayscale: #363636. Windows color (decimal): -15190387 or 9254424. OLE color: 9254424.

HSL color Cylindrical-coordinate representation of color #18368D: hue angle of 224.62º 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 #18368D is Cyan = 0.83, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 24 54 141 -
CMYK 0.83 0.62 0 0.45
HSL 224.62º 0.71% 0.32% -
HSV(B) 224.62º 0.83% 0.55% -
XYZ 6.5 4.76 25.77 -
YUV 54.95 176.56 105.93 -
System Red Green Blue C M Y K H S L
Decimal 24 54 141 0.83 0.62 0 0.45 224.62 0.71 0.32
Hex 18 36 8D 53 3E 0 2D E1 47 20
Octal 30 66 215 123 76 0 55 341 107 40
Binary 11000 110110 10001101 1010011 111110 0 101101 11100001 1000111 100000

Color Harmonies of #18368D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18368D

Black with #18368D

Text Example


Text Example

White with #18368D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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