Html Css Color HEX #133594 Egyptian Blue

📋 copy color: '#133594'

red 19 ◦ green 53 ◦ blue 148

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

Shades of Egyptian Blue #133594

Tints of Egyptian Blue #133594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 67.27%

R = 8.64%
G = 24.09%
B = 67.27%

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

#133594 (or 0x133594) is known color: Egyptian Blue. HEX triplet: 13, 35 and 94. RGB value is (19,53,148). Sum of RGB (Red+Green+Blue) = 19+53+148=220 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.64% from 220); Green value is 53 (21.09% from 255 or 24.09% from 220); Blue value is 148 (58.20% from 255 or 67.27% from 220); Max value from RGB is 148 - color contains mainly: blue. Hex color #133594 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133594 is #ECCA6B. Grayscale: #353535. Windows color (decimal): -15518316 or 9712915. OLE color: 9712915.

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

Color convert

RGB 19 53 148 -
CMYK 0.87 0.64 0 0.42
HSL 224.19º 0.77% 0.33% -
HSV(B) 224.19º 0.87% 0.58% -
XYZ 6.89 4.82 28.58 -
YUV 53.66 181.24 103.28 -
System Red Green Blue C M Y K H S L
Decimal 19 53 148 0.87 0.64 0 0.42 224.19 0.77 0.33
Hex 13 35 94 57 40 0 2A E0 4D 21
Octal 23 65 224 127 100 0 52 340 115 41
Binary 10011 110101 10010100 1010111 1000000 0 101010 11100000 1001101 100001

Color Harmonies of #133594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133594

Black with #133594

Text Example


Text Example

White with #133594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133594; }

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

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

background-color css

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

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

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

border-color css

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

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

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