Html Css Color HEX #18469B Egyptian Blue

📋 copy color: '#18469B'

red 24 ◦ green 70 ◦ blue 155

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

Shades of Egyptian Blue #18469B

Tints of Egyptian Blue #18469B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 28.11%

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

R = 9.64%
G = 28.11%
B = 62.25%

CMYK

 C value IS 0.85

 M value IS 0.55

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#18469B (or 0x18469B) is known color: Egyptian Blue. HEX triplet: 18, 46 and 9B. RGB value is (24,70,155). Sum of RGB (Red+Green+Blue) = 24+70+155=249 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.64% from 249); Green value is 70 (27.73% from 255 or 28.11% from 249); Blue value is 155 (60.94% from 255 or 62.25% from 249); Max value from RGB is 155 - color contains mainly: blue. Hex color #18469B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18469B is #E7B964. Grayscale: #414141. Windows color (decimal): -15186277 or 10176024. OLE color: 10176024.

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

Color convert

RGB 24 70 155 -
CMYK 0.85 0.55 0 0.39
HSL 218.93º 0.73% 0.35% -
HSV(B) 218.93º 0.85% 0.61% -
XYZ 8.48 6.94 31.9 -
YUV 65.94 178.26 98.09 -
System Red Green Blue C M Y K H S L
Decimal 24 70 155 0.85 0.55 0 0.39 218.93 0.73 0.35
Hex 18 46 9B 55 37 0 27 DB 49 23
Octal 30 106 233 125 67 0 47 333 111 43
Binary 11000 1000110 10011011 1010101 110111 0 100111 11011011 1001001 100011

Color Harmonies of #18469B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18469B

Black with #18469B

Text Example


Text Example

White with #18469B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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