Html Css Color HEX #132999 Egyptian Blue

📋 copy color: '#132999'

red 19 ◦ green 41 ◦ blue 153

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

Shades of Egyptian Blue #132999

Tints of Egyptian Blue #132999

RGB

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

 GREEN value IS 41 (16.41% from 255) = 19.25%

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

R = 8.92%
G = 19.25%
B = 71.83%

CMYK

 C value IS 0.88

 M value IS 0.73

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#132999 (or 0x132999) is known color: Egyptian Blue. HEX triplet: 13, 29 and 99. RGB value is (19,41,153). Sum of RGB (Red+Green+Blue) = 19+41+153=213 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.92% from 213); Green value is 41 (16.41% from 255 or 19.25% from 213); Blue value is 153 (60.16% from 255 or 71.83% from 213); Max value from RGB is 153 - color contains mainly: blue. Hex color #132999 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132999 is #ECD666. Grayscale: #2E2E2E. Windows color (decimal): -15521383 or 10037523. OLE color: 10037523.

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

Color convert

RGB 19 41 153 -
CMYK 0.88 0.73 0 0.4
HSL 230.15º 0.78% 0.34% -
HSV(B) 230.15º 0.88% 0.6% -
XYZ 6.81 4.02 30.55 -
YUV 47.19 187.71 107.89 -
System Red Green Blue C M Y K H S L
Decimal 19 41 153 0.88 0.73 0 0.4 230.15 0.78 0.34
Hex 13 29 99 58 49 0 28 E6 4E 22
Octal 23 51 231 130 111 0 50 346 116 42
Binary 10011 101001 10011001 1011000 1001001 0 101000 11100110 1001110 100010

Color Harmonies of #132999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132999

Black with #132999

Text Example


Text Example

White with #132999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132999; }

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

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

background-color css

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

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

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

border-color css

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

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

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