Html Css Color HEX #133593 Egyptian Blue

📋 copy color: '#133593'

red 19 ◦ green 53 ◦ blue 147

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

Shades of Egyptian Blue #133593

Tints of Egyptian Blue #133593

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 67.12%

R = 8.68%
G = 24.2%
B = 67.12%

CMYK

 C value IS 0.87

 M value IS 0.64

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#133593 (or 0x133593) is known color: Egyptian Blue. HEX triplet: 13, 35 and 93. RGB value is (19,53,147). Sum of RGB (Red+Green+Blue) = 19+53+147=219 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.68% from 219); Green value is 53 (21.09% from 255 or 24.20% from 219); Blue value is 147 (57.81% from 255 or 67.12% from 219); Max value from RGB is 147 - color contains mainly: blue. Hex color #133593 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133593 is #ECCA6C. Grayscale: #353535. Windows color (decimal): -15518317 or 9647379. OLE color: 9647379.

HSL color Cylindrical-coordinate representation of color #133593: hue angle of 224.06º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #133593 is Cyan = 0.87, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 19 53 147 -
CMYK 0.87 0.64 0 0.42
HSL 224.06º 0.77% 0.33% -
HSV(B) 224.06º 0.87% 0.58% -
XYZ 6.81 4.79 28.17 -
YUV 53.55 180.74 103.36 -
System Red Green Blue C M Y K H S L
Decimal 19 53 147 0.87 0.64 0 0.42 224.06 0.77 0.33
Hex 13 35 93 57 40 0 2A E0 4D 21
Octal 23 65 223 127 100 0 52 340 115 41
Binary 10011 110101 10010011 1010111 1000000 0 101010 11100000 1001101 100001

Color Harmonies of #133593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133593

Black with #133593

Text Example


Text Example

White with #133593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133593; }

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

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

background-color css

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

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

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

border-color css

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

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

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