Html Css Color HEX #18298A Egyptian Blue

📋 copy color: '#18298A'

red 24 ◦ green 41 ◦ blue 138

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

Shades of Egyptian Blue #18298A

Tints of Egyptian Blue #18298A

RGB

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

 GREEN value IS 41 (16.41% from 255) = 20.2%

 BLUE value IS 138 (54.3% from 255) = 67.98%

R = 11.82%
G = 20.2%
B = 67.98%

CMYK

 C value IS 0.83

 M value IS 0.70

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#18298A (or 0x18298A) is known color: Egyptian Blue. HEX triplet: 18, 29 and 8A. RGB value is (24,41,138). Sum of RGB (Red+Green+Blue) = 24+41+138=203 (26% of max value = 765). Red value is 24 (9.77% from 255 or 11.82% from 203); Green value is 41 (16.41% from 255 or 20.20% from 203); Blue value is 138 (54.30% from 255 or 67.98% from 203); Max value from RGB is 138 - color contains mainly: blue. Hex color #18298A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18298A is #E7D675. Grayscale: #2E2E2E. Windows color (decimal): -15193718 or 9054488. OLE color: 9054488.

HSL color Cylindrical-coordinate representation of color #18298A: hue angle of 231.05º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #18298A is Cyan = 0.83, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 24 41 138 -
CMYK 0.83 0.70 0 0.46
HSL 231.05º 0.7% 0.32% -
HSV(B) 231.05º 0.83% 0.54% -
XYZ 5.76 3.62 24.44 -
YUV 46.98 179.37 111.61 -
System Red Green Blue C M Y K H S L
Decimal 24 41 138 0.83 0.70 0 0.46 231.05 0.7 0.32
Hex 18 29 8A 53 46 0 2E E7 46 20
Octal 30 51 212 123 106 0 56 347 106 40
Binary 11000 101001 10001010 1010011 1000110 0 101110 11100111 1000110 100000

Color Harmonies of #18298A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18298A

Black with #18298A

Text Example


Text Example

White with #18298A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18298A; }

 p { color: rgb(24,41,138); }

 H1.HeaderClassName
 {
   color: #18298A;
 }
 .AnyTagClassName
 {
   color: #18298A;
 }
</style>

background-color css

<style>
 a { background-color: #18298A; }

 a { background-color: rgb(24,41,138); }

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

border-color css

<style>
 span { border-color: #18298A; }

 span { border-color: rgb(24,41,138); }

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