Html Css Color HEX #183290 Egyptian Blue

📋 copy color: '#183290'

red 24 ◦ green 50 ◦ blue 144

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

Shades of Egyptian Blue #183290

Tints of Egyptian Blue #183290

RGB

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

 GREEN value IS 50 (19.92% from 255) = 22.94%

 BLUE value IS 144 (56.64% from 255) = 66.06%

R = 11.01%
G = 22.94%
B = 66.06%

CMYK

 C value IS 0.83

 M value IS 0.65

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#183290 (or 0x183290) is known color: Egyptian Blue. HEX triplet: 18, 32 and 90. RGB value is (24,50,144). Sum of RGB (Red+Green+Blue) = 24+50+144=218 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.01% from 218); Green value is 50 (19.92% from 255 or 22.94% from 218); Blue value is 144 (56.64% from 255 or 66.06% from 218); Max value from RGB is 144 - color contains mainly: blue. Hex color #183290 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #183290 is #E7CD6F. Grayscale: #343434. Windows color (decimal): -15191408 or 9450008. OLE color: 9450008.

HSL color Cylindrical-coordinate representation of color #183290: hue angle of 227º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #183290 is Cyan = 0.83, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 24 50 144 -
CMYK 0.83 0.65 0 0.44
HSL 227º 0.71% 0.33% -
HSV(B) 227º 0.83% 0.56% -
XYZ 6.55 4.49 26.91 -
YUV 52.94 179.39 107.36 -
System Red Green Blue C M Y K H S L
Decimal 24 50 144 0.83 0.65 0 0.44 227 0.71 0.33
Hex 18 32 90 53 41 0 2C E3 47 21
Octal 30 62 220 123 101 0 54 343 107 41
Binary 11000 110010 10010000 1010011 1000001 0 101100 11100011 1000111 100001

Color Harmonies of #183290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183290

Black with #183290

Text Example


Text Example

White with #183290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #183290; }

 p { color: rgb(24,50,144); }

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

background-color css

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

 a { background-color: rgb(24,50,144); }

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

border-color css

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

 span { border-color: rgb(24,50,144); }

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