Html Css Color HEX #183196 Egyptian Blue

📋 copy color: '#183196'

red 24 ◦ green 49 ◦ blue 150

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

Shades of Egyptian Blue #183196

Tints of Egyptian Blue #183196

RGB

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

 GREEN value IS 49 (19.53% from 255) = 21.97%

 BLUE value IS 150 (58.98% from 255) = 67.26%

R = 10.76%
G = 21.97%
B = 67.26%

CMYK

 C value IS 0.84

 M value IS 0.67

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#183196 (or 0x183196) is known color: Egyptian Blue. HEX triplet: 18, 31 and 96. RGB value is (24,49,150). Sum of RGB (Red+Green+Blue) = 24+49+150=223 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.76% from 223); Green value is 49 (19.53% from 255 or 21.97% from 223); Blue value is 150 (58.98% from 255 or 67.26% from 223); Max value from RGB is 150 - color contains mainly: blue. Hex color #183196 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #183196 is #E7CE69. Grayscale: #343434. Windows color (decimal): -15191658 or 9842968. OLE color: 9842968.

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

Color convert

RGB 24 49 150 -
CMYK 0.84 0.67 0 0.41
HSL 228.1º 0.72% 0.34% -
HSV(B) 228.1º 0.84% 0.59% -
XYZ 6.98 4.59 29.37 -
YUV 53.04 182.72 107.29 -
System Red Green Blue C M Y K H S L
Decimal 24 49 150 0.84 0.67 0 0.41 228.1 0.72 0.34
Hex 18 31 96 54 43 0 29 E4 48 22
Octal 30 61 226 124 103 0 51 344 110 42
Binary 11000 110001 10010110 1010100 1000011 0 101001 11100100 1001000 100010

Color Harmonies of #183196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183196

Black with #183196

Text Example


Text Example

White with #183196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #183196; }

 p { color: rgb(24,49,150); }

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

background-color css

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

 a { background-color: rgb(24,49,150); }

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

border-color css

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

 span { border-color: rgb(24,49,150); }

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