Html Css Color HEX #133190 Egyptian Blue

📋 copy color: '#133190'

red 19 ◦ green 49 ◦ blue 144

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

Shades of Egyptian Blue #133190

Tints of Egyptian Blue #133190

RGB

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

 GREEN value IS 49 (19.53% from 255) = 23.11%

 BLUE value IS 144 (56.64% from 255) = 67.92%

R = 8.96%
G = 23.11%
B = 67.92%

CMYK

 C value IS 0.87

 M value IS 0.66

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#133190 (or 0x133190) is known color: Egyptian Blue. HEX triplet: 13, 31 and 90. RGB value is (19,49,144). Sum of RGB (Red+Green+Blue) = 19+49+144=212 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.96% from 212); Green value is 49 (19.53% from 255 or 23.11% from 212); Blue value is 144 (56.64% from 255 or 67.92% from 212); Max value from RGB is 144 - color contains mainly: blue. Hex color #133190 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133190 is #ECCE6F. Grayscale: #323232. Windows color (decimal): -15519344 or 9449747. OLE color: 9449747.

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

Color convert

RGB 19 49 144 -
CMYK 0.87 0.66 0 0.44
HSL 225.6º 0.77% 0.32% -
HSV(B) 225.6º 0.87% 0.56% -
XYZ 6.4 4.35 26.89 -
YUV 50.86 180.56 105.28 -
System Red Green Blue C M Y K H S L
Decimal 19 49 144 0.87 0.66 0 0.44 225.6 0.77 0.32
Hex 13 31 90 57 42 0 2C E2 4D 20
Octal 23 61 220 127 102 0 54 342 115 40
Binary 10011 110001 10010000 1010111 1000010 0 101100 11100010 1001101 100000

Color Harmonies of #133190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133190

Black with #133190

Text Example


Text Example

White with #133190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133190; }

 p { color: rgb(19,49,144); }

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

background-color css

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

 a { background-color: rgb(19,49,144); }

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

border-color css

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

 span { border-color: rgb(19,49,144); }

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