Html Css Color HEX #132C99 Egyptian Blue

📋 copy color: '#132C99'

red 19 ◦ green 44 ◦ blue 153

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

Shades of Egyptian Blue #132C99

Tints of Egyptian Blue #132C99

RGB

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

 GREEN value IS 44 (17.58% from 255) = 20.37%

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

R = 8.8%
G = 20.37%
B = 70.83%

CMYK

 C value IS 0.88

 M value IS 0.71

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#132C99 (or 0x132C99) is known color: Egyptian Blue. HEX triplet: 13, 2C and 99. RGB value is (19,44,153). Sum of RGB (Red+Green+Blue) = 19+44+153=216 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.80% from 216); Green value is 44 (17.58% from 255 or 20.37% from 216); Blue value is 153 (60.16% from 255 or 70.83% from 216); Max value from RGB is 153 - color contains mainly: blue. Hex color #132C99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132C99 is #ECD366. Grayscale: #303030. Windows color (decimal): -15520615 or 10038291. OLE color: 10038291.

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

Color convert

RGB 19 44 153 -
CMYK 0.88 0.71 0 0.4
HSL 228.81º 0.78% 0.34% -
HSV(B) 228.81º 0.88% 0.6% -
XYZ 6.92 4.24 30.59 -
YUV 48.95 186.72 106.64 -
System Red Green Blue C M Y K H S L
Decimal 19 44 153 0.88 0.71 0 0.4 228.81 0.78 0.34
Hex 13 2C 99 58 47 0 28 E5 4E 22
Octal 23 54 231 130 107 0 50 345 116 42
Binary 10011 101100 10011001 1011000 1000111 0 101000 11100101 1001110 100010

Color Harmonies of #132C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132C99

Black with #132C99

Text Example


Text Example

White with #132C99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132C99; }

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

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

background-color css

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

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

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

border-color css

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

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

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