Html Css Color HEX #18398F Egyptian Blue

📋 copy color: '#18398F'

red 24 ◦ green 57 ◦ blue 143

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

Shades of Egyptian Blue #18398F

Tints of Egyptian Blue #18398F

RGB

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

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

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

R = 10.71%
G = 25.45%
B = 63.84%

CMYK

 C value IS 0.83

 M value IS 0.60

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#18398F (or 0x18398F) is known color: Egyptian Blue. HEX triplet: 18, 39 and 8F. RGB value is (24,57,143). Sum of RGB (Red+Green+Blue) = 24+57+143=224 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.71% from 224); Green value is 57 (22.66% from 255 or 25.45% from 224); Blue value is 143 (56.25% from 255 or 63.84% from 224); Max value from RGB is 143 - color contains mainly: blue. Hex color #18398F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18398F is #E7C670. Grayscale: #383838. Windows color (decimal): -15189617 or 9386264. OLE color: 9386264.

HSL color Cylindrical-coordinate representation of color #18398F: hue angle of 223.36º 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 #18398F is Cyan = 0.83, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 24 57 143 -
CMYK 0.83 0.60 0 0.44
HSL 223.36º 0.71% 0.33% -
HSV(B) 223.36º 0.83% 0.56% -
XYZ 6.8 5.1 26.61 -
YUV 56.94 176.57 104.51 -
System Red Green Blue C M Y K H S L
Decimal 24 57 143 0.83 0.60 0 0.44 223.36 0.71 0.33
Hex 18 39 8F 53 3C 0 2C DF 47 21
Octal 30 71 217 123 74 0 54 337 107 41
Binary 11000 111001 10001111 1010011 111100 0 101100 11011111 1000111 100001

Color Harmonies of #18398F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18398F

Black with #18398F

Text Example


Text Example

White with #18398F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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