Html Css Color HEX #132899 Egyptian Blue

📋 copy color: '#132899'

red 19 ◦ green 40 ◦ blue 153

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

Shades of Egyptian Blue #132899

Tints of Egyptian Blue #132899

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.87%

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

R = 8.96%
G = 18.87%
B = 72.17%

CMYK

 C value IS 0.88

 M value IS 0.74

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#132899 (or 0x132899) is known color: Egyptian Blue. HEX triplet: 13, 28 and 99. RGB value is (19,40,153). Sum of RGB (Red+Green+Blue) = 19+40+153=212 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.96% from 212); Green value is 40 (16.02% from 255 or 18.87% from 212); Blue value is 153 (60.16% from 255 or 72.17% from 212); Max value from RGB is 153 - color contains mainly: blue. Hex color #132899 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132899 is #ECD766. Grayscale: #2E2E2E. Windows color (decimal): -15521639 or 10037267. OLE color: 10037267.

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

Color convert

RGB 19 40 153 -
CMYK 0.88 0.74 0 0.4
HSL 230.6º 0.78% 0.34% -
HSV(B) 230.6º 0.88% 0.6% -
XYZ 6.78 3.96 30.54 -
YUV 46.6 188.04 108.31 -
System Red Green Blue C M Y K H S L
Decimal 19 40 153 0.88 0.74 0 0.4 230.6 0.78 0.34
Hex 13 28 99 58 4A 0 28 E7 4E 22
Octal 23 50 231 130 112 0 50 347 116 42
Binary 10011 101000 10011001 1011000 1001010 0 101000 11100111 1001110 100010

Color Harmonies of #132899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132899

Black with #132899

Text Example


Text Example

White with #132899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132899; }

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

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

background-color css

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

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

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

border-color css

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

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

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