Html Css Color HEX #18288C Egyptian Blue

📋 copy color: '#18288C'

red 24 ◦ green 40 ◦ blue 140

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

Shades of Egyptian Blue #18288C

Tints of Egyptian Blue #18288C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 19.61%

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

R = 11.76%
G = 19.61%
B = 68.63%

CMYK

 C value IS 0.83

 M value IS 0.71

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#18288C (or 0x18288C) is known color: Egyptian Blue. HEX triplet: 18, 28 and 8C. RGB value is (24,40,140). Sum of RGB (Red+Green+Blue) = 24+40+140=204 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.76% from 204); Green value is 40 (16.02% from 255 or 19.61% from 204); Blue value is 140 (55.08% from 255 or 68.63% from 204); Max value from RGB is 140 - color contains mainly: blue. Hex color #18288C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18288C is #E7D773. Grayscale: #2E2E2E. Windows color (decimal): -15193972 or 9185304. OLE color: 9185304.

HSL color Cylindrical-coordinate representation of color #18288C: hue angle of 231.72º 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 #18288C is Cyan = 0.83, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 24 40 140 -
CMYK 0.83 0.71 0 0.45
HSL 231.72º 0.71% 0.32% -
HSV(B) 231.72º 0.83% 0.55% -
XYZ 5.87 3.61 25.2 -
YUV 46.62 180.7 111.87 -
System Red Green Blue C M Y K H S L
Decimal 24 40 140 0.83 0.71 0 0.45 231.72 0.71 0.32
Hex 18 28 8C 53 47 0 2D E8 47 20
Octal 30 50 214 123 107 0 55 350 107 40
Binary 11000 101000 10001100 1010011 1000111 0 101101 11101000 1000111 100000

Color Harmonies of #18288C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18288C

Black with #18288C

Text Example


Text Example

White with #18288C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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