Html Css Color HEX #18278C Egyptian Blue

📋 copy color: '#18278C'

red 24 ◦ green 39 ◦ blue 140

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

Shades of Egyptian Blue #18278C

Tints of Egyptian Blue #18278C

RGB

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

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

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

R = 11.82%
G = 19.21%
B = 68.97%

CMYK

 C value IS 0.83

 M value IS 0.72

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#18278C (or 0x18278C) is known color: Egyptian Blue. HEX triplet: 18, 27 and 8C. RGB value is (24,39,140). Sum of RGB (Red+Green+Blue) = 24+39+140=203 (26% of max value = 765). Red value is 24 (9.77% from 255 or 11.82% from 203); Green value is 39 (15.62% from 255 or 19.21% from 203); Blue value is 140 (55.08% from 255 or 68.97% from 203); Max value from RGB is 140 - color contains mainly: blue. Hex color #18278C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18278C is #E7D873. Grayscale: #2D2D2D. Windows color (decimal): -15194228 or 9185048. OLE color: 9185048.

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

Color convert

RGB 24 39 140 -
CMYK 0.83 0.72 0 0.45
HSL 232.24º 0.71% 0.32% -
HSV(B) 232.24º 0.83% 0.55% -
XYZ 5.84 3.54 25.19 -
YUV 46.03 181.03 112.29 -
System Red Green Blue C M Y K H S L
Decimal 24 39 140 0.83 0.72 0 0.45 232.24 0.71 0.32
Hex 18 27 8C 53 48 0 2D E8 47 20
Octal 30 47 214 123 110 0 55 350 107 40
Binary 11000 100111 10001100 1010011 1001000 0 101101 11101000 1000111 100000

Color Harmonies of #18278C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18278C

Black with #18278C

Text Example


Text Example

White with #18278C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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