Html Css Color HEX #132199 Egyptian Blue

📋 copy color: '#132199'

red 19 ◦ green 33 ◦ blue 153

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

Shades of Egyptian Blue #132199

Tints of Egyptian Blue #132199

RGB

 RED value IS 19 (7.81% from 255) = 9.27%

 GREEN value IS 33 (13.28% from 255) = 16.1%

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

R = 9.27%
G = 16.1%
B = 74.63%

CMYK

 C value IS 0.88

 M value IS 0.78

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#132199 (or 0x132199) is known color: Egyptian Blue. HEX triplet: 13, 21 and 99. RGB value is (19,33,153). Sum of RGB (Red+Green+Blue) = 19+33+153=205 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.27% from 205); Green value is 33 (13.28% from 255 or 16.10% from 205); Blue value is 153 (60.16% from 255 or 74.63% from 205); Max value from RGB is 153 - color contains mainly: blue. Hex color #132199 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132199 is #ECDE66. Grayscale: #2A2A2A. Windows color (decimal): -15523431 or 10035475. OLE color: 10035475.

HSL color Cylindrical-coordinate representation of color #132199: hue angle of 233.73º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #132199 is Cyan = 0.88, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 19 33 153 -
CMYK 0.88 0.78 0 0.4
HSL 233.73º 0.78% 0.34% -
HSV(B) 233.73º 0.88% 0.6% -
XYZ 6.56 3.53 30.47 -
YUV 42.49 190.36 111.24 -
System Red Green Blue C M Y K H S L
Decimal 19 33 153 0.88 0.78 0 0.4 233.73 0.78 0.34
Hex 13 21 99 58 4E 0 28 EA 4E 22
Octal 23 41 231 130 116 0 50 352 116 42
Binary 10011 100001 10011001 1011000 1001110 0 101000 11101010 1001110 100010

Color Harmonies of #132199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132199

Black with #132199

Text Example


Text Example

White with #132199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132199; }

 p { color: rgb(19,33,153); }

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

background-color css

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

 a { background-color: rgb(19,33,153); }

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

border-color css

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

 span { border-color: rgb(19,33,153); }

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