Html Css Color HEX #132897 Egyptian Blue

📋 copy color: '#132897'

red 19 ◦ green 40 ◦ blue 151

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

Shades of Egyptian Blue #132897

Tints of Egyptian Blue #132897

RGB

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

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

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

R = 9.05%
G = 19.05%
B = 71.9%

CMYK

 C value IS 0.87

 M value IS 0.74

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#132897 (or 0x132897) is known color: Egyptian Blue. HEX triplet: 13, 28 and 97. RGB value is (19,40,151). Sum of RGB (Red+Green+Blue) = 19+40+151=210 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.05% from 210); Green value is 40 (16.02% from 255 or 19.05% from 210); Blue value is 151 (59.38% from 255 or 71.90% from 210); Max value from RGB is 151 - color contains mainly: blue. Hex color #132897 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132897 is #ECD768. Grayscale: #2D2D2D. Windows color (decimal): -15521641 or 9906195. OLE color: 9906195.

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

Color convert

RGB 19 40 151 -
CMYK 0.87 0.74 0 0.41
HSL 230.45º 0.78% 0.33% -
HSV(B) 230.45º 0.87% 0.59% -
XYZ 6.61 3.89 29.68 -
YUV 46.38 187.04 108.47 -
System Red Green Blue C M Y K H S L
Decimal 19 40 151 0.87 0.74 0 0.41 230.45 0.78 0.33
Hex 13 28 97 57 4A 0 29 E6 4E 21
Octal 23 50 227 127 112 0 51 346 116 41
Binary 10011 101000 10010111 1010111 1001010 0 101001 11100110 1001110 100001

Color Harmonies of #132897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132897

Black with #132897

Text Example


Text Example

White with #132897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132897; }

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

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

background-color css

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

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

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

border-color css

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

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

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