Html Css Color HEX #18439D Egyptian Blue

📋 copy color: '#18439D'

red 24 ◦ green 67 ◦ blue 157

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

Shades of Egyptian Blue #18439D

Tints of Egyptian Blue #18439D

RGB

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

 GREEN value IS 67 (26.56% from 255) = 27.02%

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

R = 9.68%
G = 27.02%
B = 63.31%

CMYK

 C value IS 0.85

 M value IS 0.57

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#18439D (or 0x18439D) is known color: Egyptian Blue. HEX triplet: 18, 43 and 9D. RGB value is (24,67,157). Sum of RGB (Red+Green+Blue) = 24+67+157=248 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.68% from 248); Green value is 67 (26.56% from 255 or 27.02% from 248); Blue value is 157 (61.72% from 255 or 63.31% from 248); Max value from RGB is 157 - color contains mainly: blue. Hex color #18439D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18439D is #E7BC62. Grayscale: #404040. Windows color (decimal): -15187043 or 10306328. OLE color: 10306328.

HSL color Cylindrical-coordinate representation of color #18439D: hue angle of 220.6º 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 #18439D is Cyan = 0.85, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 24 67 157 -
CMYK 0.85 0.57 0 0.38
HSL 220.6º 0.73% 0.35% -
HSV(B) 220.6º 0.85% 0.62% -
XYZ 8.47 6.64 32.73 -
YUV 64.4 180.25 99.18 -
System Red Green Blue C M Y K H S L
Decimal 24 67 157 0.85 0.57 0 0.38 220.6 0.73 0.35
Hex 18 43 9D 55 39 0 26 DD 49 23
Octal 30 103 235 125 71 0 46 335 111 43
Binary 11000 1000011 10011101 1010101 111001 0 100110 11011101 1001001 100011

Color Harmonies of #18439D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18439D

Black with #18439D

Text Example


Text Example

White with #18439D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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