Html Css Color HEX #132D99 Egyptian Blue

📋 copy color: '#132D99'

red 19 ◦ green 45 ◦ blue 153

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

Shades of Egyptian Blue #132D99

Tints of Egyptian Blue #132D99

RGB

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

 GREEN value IS 45 (17.97% from 255) = 20.74%

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

R = 8.76%
G = 20.74%
B = 70.51%

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

#132D99 (or 0x132D99) is known color: Egyptian Blue. HEX triplet: 13, 2D and 99. RGB value is (19,45,153). Sum of RGB (Red+Green+Blue) = 19+45+153=217 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.76% from 217); Green value is 45 (17.97% from 255 or 20.74% from 217); Blue value is 153 (60.16% from 255 or 70.51% from 217); Max value from RGB is 153 - color contains mainly: blue. Hex color #132D99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132D99 is #ECD266. Grayscale: #313131. Windows color (decimal): -15520359 or 10038547. OLE color: 10038547.

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

Color convert

RGB 19 45 153 -
CMYK 0.88 0.71 0 0.4
HSL 228.36º 0.78% 0.34% -
HSV(B) 228.36º 0.88% 0.6% -
XYZ 6.96 4.32 30.6 -
YUV 49.54 186.39 106.22 -
System Red Green Blue C M Y K H S L
Decimal 19 45 153 0.88 0.71 0 0.4 228.36 0.78 0.34
Hex 13 2D 99 58 47 0 28 E4 4E 22
Octal 23 55 231 130 107 0 50 344 116 42
Binary 10011 101101 10011001 1011000 1000111 0 101000 11100100 1001110 100010

Color Harmonies of #132D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132D99

Black with #132D99

Text Example


Text Example

White with #132D99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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