Html Css Color HEX #133591 Egyptian Blue

📋 copy color: '#133591'

red 19 ◦ green 53 ◦ blue 145

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

Shades of Egyptian Blue #133591

Tints of Egyptian Blue #133591

RGB

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

 GREEN value IS 53 (21.09% from 255) = 24.42%

 BLUE value IS 145 (57.03% from 255) = 66.82%

R = 8.76%
G = 24.42%
B = 66.82%

CMYK

 C value IS 0.87

 M value IS 0.63

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#133591 (or 0x133591) is known color: Egyptian Blue. HEX triplet: 13, 35 and 91. RGB value is (19,53,145). Sum of RGB (Red+Green+Blue) = 19+53+145=217 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.76% from 217); Green value is 53 (21.09% from 255 or 24.42% from 217); Blue value is 145 (57.03% from 255 or 66.82% from 217); Max value from RGB is 145 - color contains mainly: blue. Hex color #133591 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133591 is #ECCA6E. Grayscale: #343434. Windows color (decimal): -15518319 or 9516307. OLE color: 9516307.

HSL color Cylindrical-coordinate representation of color #133591: hue angle of 223.81º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #133591 is Cyan = 0.87, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 19 53 145 -
CMYK 0.87 0.63 0 0.43
HSL 223.81º 0.77% 0.32% -
HSV(B) 223.81º 0.87% 0.57% -
XYZ 6.65 4.73 27.35 -
YUV 53.32 179.74 103.52 -
System Red Green Blue C M Y K H S L
Decimal 19 53 145 0.87 0.63 0 0.43 223.81 0.77 0.32
Hex 13 35 91 57 3F 0 2B E0 4D 20
Octal 23 65 221 127 77 0 53 340 115 40
Binary 10011 110101 10010001 1010111 111111 0 101011 11100000 1001101 100000

Color Harmonies of #133591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133591

Black with #133591

Text Example


Text Example

White with #133591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133591; }

 p { color: rgb(19,53,145); }

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

background-color css

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

 a { background-color: rgb(19,53,145); }

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

border-color css

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

 span { border-color: rgb(19,53,145); }

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