Html Css Color HEX #132299 Egyptian Blue

📋 copy color: '#132299'

red 19 ◦ green 34 ◦ blue 153

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

Shades of Egyptian Blue #132299

Tints of Egyptian Blue #132299

RGB

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

 GREEN value IS 34 (13.67% from 255) = 16.5%

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

R = 9.22%
G = 16.5%
B = 74.27%

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

#132299 (or 0x132299) is known color: Egyptian Blue. HEX triplet: 13, 22 and 99. RGB value is (19,34,153). Sum of RGB (Red+Green+Blue) = 19+34+153=206 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.22% from 206); Green value is 34 (13.67% from 255 or 16.50% from 206); Blue value is 153 (60.16% from 255 or 74.27% from 206); Max value from RGB is 153 - color contains mainly: blue. Hex color #132299 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132299 is #ECDD66. Grayscale: #2A2A2A. Windows color (decimal): -15523175 or 10035731. OLE color: 10035731.

HSL color Cylindrical-coordinate representation of color #132299: hue angle of 233.28º 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 #132299 is Cyan = 0.88, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 19 34 153 -
CMYK 0.88 0.78 0 0.4
HSL 233.28º 0.78% 0.34% -
HSV(B) 233.28º 0.88% 0.6% -
XYZ 6.59 3.58 30.48 -
YUV 43.08 190.03 110.82 -
System Red Green Blue C M Y K H S L
Decimal 19 34 153 0.88 0.78 0 0.4 233.28 0.78 0.34
Hex 13 22 99 58 4E 0 28 E9 4E 22
Octal 23 42 231 130 116 0 50 351 116 42
Binary 10011 100010 10011001 1011000 1001110 0 101000 11101001 1001110 100010

Color Harmonies of #132299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132299

Black with #132299

Text Example


Text Example

White with #132299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132299; }

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

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

background-color css

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

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

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

border-color css

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

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

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