Html Css Color HEX #18368F Egyptian Blue

📋 copy color: '#18368F'

red 24 ◦ green 54 ◦ blue 143

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

Shades of Egyptian Blue #18368F

Tints of Egyptian Blue #18368F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 64.71%

R = 10.86%
G = 24.43%
B = 64.71%

CMYK

 C value IS 0.83

 M value IS 0.62

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#18368F (or 0x18368F) is known color: Egyptian Blue. HEX triplet: 18, 36 and 8F. RGB value is (24,54,143). Sum of RGB (Red+Green+Blue) = 24+54+143=221 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.86% from 221); Green value is 54 (21.48% from 255 or 24.43% from 221); Blue value is 143 (56.25% from 255 or 64.71% from 221); Max value from RGB is 143 - color contains mainly: blue. Hex color #18368F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18368F is #E7C970. Grayscale: #363636. Windows color (decimal): -15190385 or 9385496. OLE color: 9385496.

HSL color Cylindrical-coordinate representation of color #18368F: hue angle of 224.87º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #18368F is Cyan = 0.83, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 24 54 143 -
CMYK 0.83 0.62 0 0.44
HSL 224.87º 0.71% 0.33% -
HSV(B) 224.87º 0.83% 0.56% -
XYZ 6.65 4.82 26.57 -
YUV 55.18 177.56 105.76 -
System Red Green Blue C M Y K H S L
Decimal 24 54 143 0.83 0.62 0 0.44 224.87 0.71 0.33
Hex 18 36 8F 53 3E 0 2C E1 47 21
Octal 30 66 217 123 76 0 54 341 107 41
Binary 11000 110110 10001111 1010011 111110 0 101100 11100001 1000111 100001

Color Harmonies of #18368F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18368F

Black with #18368F

Text Example


Text Example

White with #18368F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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