Html Css Color HEX #132B97 Egyptian Blue

📋 copy color: '#132B97'

red 19 ◦ green 43 ◦ blue 151

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

Shades of Egyptian Blue #132B97

Tints of Egyptian Blue #132B97

RGB

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

 GREEN value IS 43 (17.19% from 255) = 20.19%

 BLUE value IS 151 (59.38% from 255) = 70.89%

R = 8.92%
G = 20.19%
B = 70.89%

CMYK

 C value IS 0.87

 M value IS 0.72

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#132B97 (or 0x132B97) is known color: Egyptian Blue. HEX triplet: 13, 2B and 97. RGB value is (19,43,151). Sum of RGB (Red+Green+Blue) = 19+43+151=213 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.92% from 213); Green value is 43 (17.19% from 255 or 20.19% from 213); Blue value is 151 (59.38% from 255 or 70.89% from 213); Max value from RGB is 151 - color contains mainly: blue. Hex color #132B97 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132B97 is #ECD468. Grayscale: #2F2F2F. Windows color (decimal): -15520873 or 9906963. OLE color: 9906963.

HSL color Cylindrical-coordinate representation of color #132B97: hue angle of 229.09º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #132B97 is Cyan = 0.87, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 19 43 151 -
CMYK 0.87 0.72 0 0.41
HSL 229.09º 0.78% 0.33% -
HSV(B) 229.09º 0.87% 0.59% -
XYZ 6.72 4.1 29.72 -
YUV 48.14 186.05 107.22 -
System Red Green Blue C M Y K H S L
Decimal 19 43 151 0.87 0.72 0 0.41 229.09 0.78 0.33
Hex 13 2B 97 57 48 0 29 E5 4E 21
Octal 23 53 227 127 110 0 51 345 116 41
Binary 10011 101011 10010111 1010111 1001000 0 101001 11100101 1001110 100001

Color Harmonies of #132B97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132B97

Black with #132B97

Text Example


Text Example

White with #132B97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,43,151); }

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

background-color css

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

 a { background-color: rgb(19,43,151); }

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

border-color css

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

 span { border-color: rgb(19,43,151); }

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