Html Css Color HEX #133091 Egyptian Blue

📋 copy color: '#133091'

red 19 ◦ green 48 ◦ blue 145

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

Shades of Egyptian Blue #133091

Tints of Egyptian Blue #133091

RGB

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

 GREEN value IS 48 (19.14% from 255) = 22.64%

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

R = 8.96%
G = 22.64%
B = 68.4%

CMYK

 C value IS 0.87

 M value IS 0.67

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#133091 (or 0x133091) is known color: Egyptian Blue. HEX triplet: 13, 30 and 91. RGB value is (19,48,145). Sum of RGB (Red+Green+Blue) = 19+48+145=212 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.96% from 212); Green value is 48 (19.14% from 255 or 22.64% from 212); Blue value is 145 (57.03% from 255 or 68.40% from 212); Max value from RGB is 145 - color contains mainly: blue. Hex color #133091 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133091 is #ECCF6E. Grayscale: #313131. Windows color (decimal): -15519599 or 9515027. OLE color: 9515027.

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

Color convert

RGB 19 48 145 -
CMYK 0.87 0.67 0 0.43
HSL 226.19º 0.77% 0.32% -
HSV(B) 226.19º 0.87% 0.57% -
XYZ 6.44 4.3 27.28 -
YUV 50.39 181.39 105.61 -
System Red Green Blue C M Y K H S L
Decimal 19 48 145 0.87 0.67 0 0.43 226.19 0.77 0.32
Hex 13 30 91 57 43 0 2B E2 4D 20
Octal 23 60 221 127 103 0 53 342 115 40
Binary 10011 110000 10010001 1010111 1000011 0 101011 11100010 1001101 100000

Color Harmonies of #133091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133091

Black with #133091

Text Example


Text Example

White with #133091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133091; }

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

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

background-color css

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

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

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

border-color css

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

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

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