Html Css Color HEX #18439B Egyptian Blue

📋 copy color: '#18439B'

red 24 ◦ green 67 ◦ blue 155

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

Shades of Egyptian Blue #18439B

Tints of Egyptian Blue #18439B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 63.01%

R = 9.76%
G = 27.24%
B = 63.01%

CMYK

 C value IS 0.85

 M value IS 0.57

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#18439B (or 0x18439B) is known color: Egyptian Blue. HEX triplet: 18, 43 and 9B. RGB value is (24,67,155). Sum of RGB (Red+Green+Blue) = 24+67+155=246 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.76% from 246); Green value is 67 (26.56% from 255 or 27.24% from 246); Blue value is 155 (60.94% from 255 or 63.01% from 246); Max value from RGB is 155 - color contains mainly: blue. Hex color #18439B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18439B is #E7BC64. Grayscale: #3F3F3F. Windows color (decimal): -15187045 or 10175256. OLE color: 10175256.

HSL color Cylindrical-coordinate representation of color #18439B: hue angle of 220.31º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18439B is Cyan = 0.85, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 24 67 155 -
CMYK 0.85 0.57 0 0.39
HSL 220.31º 0.73% 0.35% -
HSV(B) 220.31º 0.85% 0.61% -
XYZ 8.3 6.58 31.84 -
YUV 64.18 179.25 99.34 -
System Red Green Blue C M Y K H S L
Decimal 24 67 155 0.85 0.57 0 0.39 220.31 0.73 0.35
Hex 18 43 9B 55 39 0 27 DC 49 23
Octal 30 103 233 125 71 0 47 334 111 43
Binary 11000 1000011 10011011 1010101 111001 0 100111 11011100 1001001 100011

Color Harmonies of #18439B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18439B

Black with #18439B

Text Example


Text Example

White with #18439B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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