Html Css Color HEX #18449B Egyptian Blue

📋 copy color: '#18449B'

red 24 ◦ green 68 ◦ blue 155

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

Shades of Egyptian Blue #18449B

Tints of Egyptian Blue #18449B

RGB

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

 GREEN value IS 68 (26.95% from 255) = 27.53%

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

R = 9.72%
G = 27.53%
B = 62.75%

CMYK

 C value IS 0.85

 M value IS 0.56

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#18449B (or 0x18449B) is known color: Egyptian Blue. HEX triplet: 18, 44 and 9B. RGB value is (24,68,155). Sum of RGB (Red+Green+Blue) = 24+68+155=247 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.72% from 247); Green value is 68 (26.95% from 255 or 27.53% from 247); Blue value is 155 (60.94% from 255 or 62.75% from 247); Max value from RGB is 155 - color contains mainly: blue. Hex color #18449B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18449B is #E7BB64. Grayscale: #404040. Windows color (decimal): -15186789 or 10175512. OLE color: 10175512.

HSL color Cylindrical-coordinate representation of color #18449B: hue angle of 219.85º 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 #18449B is Cyan = 0.85, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 24 68 155 -
CMYK 0.85 0.56 0 0.39
HSL 219.85º 0.73% 0.35% -
HSV(B) 219.85º 0.85% 0.61% -
XYZ 8.36 6.69 31.86 -
YUV 64.76 178.92 98.93 -
System Red Green Blue C M Y K H S L
Decimal 24 68 155 0.85 0.56 0 0.39 219.85 0.73 0.35
Hex 18 44 9B 55 38 0 27 DC 49 23
Octal 30 104 233 125 70 0 47 334 111 43
Binary 11000 1000100 10011011 1010101 111000 0 100111 11011100 1001001 100011

Color Harmonies of #18449B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18449B

Black with #18449B

Text Example


Text Example

White with #18449B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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