Html Css Color HEX #132297 Egyptian Blue

📋 copy color: '#132297'

red 19 ◦ green 34 ◦ blue 151

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

Shades of Egyptian Blue #132297

Tints of Egyptian Blue #132297

RGB

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

 GREEN value IS 34 (13.67% from 255) = 16.67%

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

R = 9.31%
G = 16.67%
B = 74.02%

CMYK

 C value IS 0.87

 M value IS 0.77

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#132297 (or 0x132297) is known color: Egyptian Blue. HEX triplet: 13, 22 and 97. RGB value is (19,34,151). Sum of RGB (Red+Green+Blue) = 19+34+151=204 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.31% from 204); Green value is 34 (13.67% from 255 or 16.67% from 204); Blue value is 151 (59.38% from 255 or 74.02% from 204); Max value from RGB is 151 - color contains mainly: blue. Hex color #132297 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132297 is #ECDD68. Grayscale: #2A2A2A. Windows color (decimal): -15523177 or 9904659. OLE color: 9904659.

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

Color convert

RGB 19 34 151 -
CMYK 0.87 0.77 0 0.41
HSL 233.18º 0.78% 0.33% -
HSV(B) 233.18º 0.87% 0.59% -
XYZ 6.43 3.52 29.62 -
YUV 42.85 189.03 110.99 -
System Red Green Blue C M Y K H S L
Decimal 19 34 151 0.87 0.77 0 0.41 233.18 0.78 0.33
Hex 13 22 97 57 4D 0 29 E9 4E 21
Octal 23 42 227 127 115 0 51 351 116 41
Binary 10011 100010 10010111 1010111 1001101 0 101001 11101001 1001110 100001

Color Harmonies of #132297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132297

Black with #132297

Text Example


Text Example

White with #132297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132297; }

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

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

background-color css

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

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

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

border-color css

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

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

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