Html Css Color HEX #18278D Egyptian Blue

📋 copy color: '#18278D'

red 24 ◦ green 39 ◦ blue 141

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

Shades of Egyptian Blue #18278D

Tints of Egyptian Blue #18278D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 69.12%

R = 11.76%
G = 19.12%
B = 69.12%

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

#18278D (or 0x18278D) is known color: Egyptian Blue. HEX triplet: 18, 27 and 8D. RGB value is (24,39,141). Sum of RGB (Red+Green+Blue) = 24+39+141=204 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.76% from 204); Green value is 39 (15.62% from 255 or 19.12% from 204); Blue value is 141 (55.47% from 255 or 69.12% from 204); Max value from RGB is 141 - color contains mainly: blue. Hex color #18278D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18278D is #E7D872. Grayscale: #2D2D2D. Windows color (decimal): -15194227 or 9250584. OLE color: 9250584.

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

Color convert

RGB 24 39 141 -
CMYK 0.83 0.72 0 0.45
HSL 232.31º 0.71% 0.32% -
HSV(B) 232.31º 0.83% 0.55% -
XYZ 5.91 3.57 25.58 -
YUV 46.14 181.53 112.21 -
System Red Green Blue C M Y K H S L
Decimal 24 39 141 0.83 0.72 0 0.45 232.31 0.71 0.32
Hex 18 27 8D 53 48 0 2D E8 47 20
Octal 30 47 215 123 110 0 55 350 107 40
Binary 11000 100111 10001101 1010011 1001000 0 101101 11101000 1000111 100000

Color Harmonies of #18278D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18278D

Black with #18278D

Text Example


Text Example

White with #18278D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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