Html Css Color HEX #18268C Egyptian Blue

📋 copy color: '#18268C'

red 24 ◦ green 38 ◦ blue 140

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

Shades of Egyptian Blue #18268C

Tints of Egyptian Blue #18268C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 18.81%

 BLUE value IS 140 (55.08% from 255) = 69.31%

R = 11.88%
G = 18.81%
B = 69.31%

CMYK

 C value IS 0.83

 M value IS 0.73

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#18268C (or 0x18268C) is known color: Egyptian Blue. HEX triplet: 18, 26 and 8C. RGB value is (24,38,140). Sum of RGB (Red+Green+Blue) = 24+38+140=202 (26% of max value = 765). Red value is 24 (9.77% from 255 or 11.88% from 202); Green value is 38 (15.23% from 255 or 18.81% from 202); Blue value is 140 (55.08% from 255 or 69.31% from 202); Max value from RGB is 140 - color contains mainly: blue. Hex color #18268C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18268C is #E7D973. Grayscale: #2D2D2D. Windows color (decimal): -15194484 or 9184792. OLE color: 9184792.

HSL color Cylindrical-coordinate representation of color #18268C: hue angle of 232.76º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #18268C is Cyan = 0.83, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 24 38 140 -
CMYK 0.83 0.73 0 0.45
HSL 232.76º 0.71% 0.32% -
HSV(B) 232.76º 0.83% 0.55% -
XYZ 5.8 3.47 25.18 -
YUV 45.44 181.36 112.71 -
System Red Green Blue C M Y K H S L
Decimal 24 38 140 0.83 0.73 0 0.45 232.76 0.71 0.32
Hex 18 26 8C 53 49 0 2D E9 47 20
Octal 30 46 214 123 111 0 55 351 107 40
Binary 11000 100110 10001100 1010011 1001001 0 101101 11101001 1000111 100000

Color Harmonies of #18268C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18268C

Black with #18268C

Text Example


Text Example

White with #18268C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18268C; }

 p { color: rgb(24,38,140); }

 H1.HeaderClassName
 {
   color: #18268C;
 }
 .AnyTagClassName
 {
   color: #18268C;
 }
</style>

background-color css

<style>
 a { background-color: #18268C; }

 a { background-color: rgb(24,38,140); }

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

border-color css

<style>
 span { border-color: #18268C; }

 span { border-color: rgb(24,38,140); }

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