Html Css Color HEX #18279E Egyptian Blue

📋 copy color: '#18279E'

red 24 ◦ green 39 ◦ blue 158

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

Shades of Egyptian Blue #18279E

Tints of Egyptian Blue #18279E

RGB

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

 GREEN value IS 39 (15.63% from 255) = 17.65%

 BLUE value IS 158 (62.11% from 255) = 71.49%

R = 10.86%
G = 17.65%
B = 71.49%

CMYK

 C value IS 0.85

 M value IS 0.75

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#18279E (or 0x18279E) is known color: Egyptian Blue. HEX triplet: 18, 27 and 9E. RGB value is (24,39,158). Sum of RGB (Red+Green+Blue) = 24+39+158=221 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.86% from 221); Green value is 39 (15.62% from 255 or 17.65% from 221); Blue value is 158 (62.11% from 255 or 71.49% from 221); Max value from RGB is 158 - color contains mainly: blue. Hex color #18279E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18279E is #E7D861. Grayscale: #2F2F2F. Windows color (decimal): -15194210 or 10364696. OLE color: 10364696.

HSL color Cylindrical-coordinate representation of color #18279E: hue angle of 233.28º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18279E is Cyan = 0.85, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 24 39 158 -
CMYK 0.85 0.75 0 0.38
HSL 233.28º 0.74% 0.36% -
HSV(B) 233.28º 0.85% 0.62% -
XYZ 7.27 4.11 32.76 -
YUV 48.08 190.03 110.82 -
System Red Green Blue C M Y K H S L
Decimal 24 39 158 0.85 0.75 0 0.38 233.28 0.74 0.36
Hex 18 27 9E 55 4B 0 26 E9 4A 24
Octal 30 47 236 125 113 0 46 351 112 44
Binary 11000 100111 10011110 1010101 1001011 0 100110 11101001 1001010 100100

Color Harmonies of #18279E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18279E

Black with #18279E

Text Example


Text Example

White with #18279E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18279E; }

 p { color: rgb(24,39,158); }

 H1.HeaderClassName
 {
   color: #18279E;
 }
 .AnyTagClassName
 {
   color: #18279E;
 }
</style>

background-color css

<style>
 a { background-color: #18279E; }

 a { background-color: rgb(24,39,158); }

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

border-color css

<style>
 span { border-color: #18279E; }

 span { border-color: rgb(24,39,158); }

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