Html Css Color HEX #183295 Egyptian Blue

📋 copy color: '#183295'

red 24 ◦ green 50 ◦ blue 149

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

Shades of Egyptian Blue #183295

Tints of Egyptian Blue #183295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 66.82%

R = 10.76%
G = 22.42%
B = 66.82%

CMYK

 C value IS 0.84

 M value IS 0.66

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#183295 (or 0x183295) is known color: Egyptian Blue. HEX triplet: 18, 32 and 95. RGB value is (24,50,149). Sum of RGB (Red+Green+Blue) = 24+50+149=223 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.76% from 223); Green value is 50 (19.92% from 255 or 22.42% from 223); Blue value is 149 (58.59% from 255 or 66.82% from 223); Max value from RGB is 149 - color contains mainly: blue. Hex color #183295 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #183295 is #E7CD6A. Grayscale: #353535. Windows color (decimal): -15191403 or 9777688. OLE color: 9777688.

HSL color Cylindrical-coordinate representation of color #183295: hue angle of 227.52º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #183295 is Cyan = 0.84, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 24 50 149 -
CMYK 0.84 0.66 0 0.42
HSL 227.52º 0.72% 0.34% -
HSV(B) 227.52º 0.84% 0.58% -
XYZ 6.94 4.65 28.96 -
YUV 53.51 181.89 106.95 -
System Red Green Blue C M Y K H S L
Decimal 24 50 149 0.84 0.66 0 0.42 227.52 0.72 0.34
Hex 18 32 95 54 42 0 2A E4 48 22
Octal 30 62 225 124 102 0 52 344 110 42
Binary 11000 110010 10010101 1010100 1000010 0 101010 11100100 1001000 100010

Color Harmonies of #183295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183295

Black with #183295

Text Example


Text Example

White with #183295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #183295; }

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

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

background-color css

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

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

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

border-color css

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

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

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