Html Css Color HEX #182899 Egyptian Blue

📋 copy color: '#182899'

red 24 ◦ green 40 ◦ blue 153

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

Shades of Egyptian Blue #182899

Tints of Egyptian Blue #182899

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 70.51%

R = 11.06%
G = 18.43%
B = 70.51%

CMYK

 C value IS 0.84

 M value IS 0.74

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#182899 (or 0x182899) is known color: Egyptian Blue. HEX triplet: 18, 28 and 99. RGB value is (24,40,153). Sum of RGB (Red+Green+Blue) = 24+40+153=217 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.06% from 217); Green value is 40 (16.02% from 255 or 18.43% from 217); Blue value is 153 (60.16% from 255 or 70.51% from 217); Max value from RGB is 153 - color contains mainly: blue. Hex color #182899 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #182899 is #E7D766. Grayscale: #2F2F2F. Windows color (decimal): -15193959 or 10037272. OLE color: 10037272.

HSL color Cylindrical-coordinate representation of color #182899: hue angle of 232.56º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #182899 is Cyan = 0.84, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 24 40 153 -
CMYK 0.84 0.74 0 0.4
HSL 232.56º 0.73% 0.35% -
HSV(B) 232.56º 0.84% 0.6% -
XYZ 6.89 4.01 30.55 -
YUV 48.1 187.2 110.81 -
System Red Green Blue C M Y K H S L
Decimal 24 40 153 0.84 0.74 0 0.4 232.56 0.73 0.35
Hex 18 28 99 54 4A 0 28 E9 49 23
Octal 30 50 231 124 112 0 50 351 111 43
Binary 11000 101000 10011001 1010100 1001010 0 101000 11101001 1001001 100011

Color Harmonies of #182899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182899

Black with #182899

Text Example


Text Example

White with #182899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #182899; }

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

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

background-color css

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

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

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

border-color css

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

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

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