Html Css Color HEX #133793 Egyptian Blue

📋 copy color: '#133793'

red 19 ◦ green 55 ◦ blue 147

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

Shades of Egyptian Blue #133793

Tints of Egyptian Blue #133793

RGB

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

 GREEN value IS 55 (21.88% from 255) = 24.89%

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

R = 8.6%
G = 24.89%
B = 66.52%

CMYK

 C value IS 0.87

 M value IS 0.63

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#133793 (or 0x133793) is known color: Egyptian Blue. HEX triplet: 13, 37 and 93. RGB value is (19,55,147). Sum of RGB (Red+Green+Blue) = 19+55+147=221 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.60% from 221); Green value is 55 (21.88% from 255 or 24.89% from 221); Blue value is 147 (57.81% from 255 or 66.52% from 221); Max value from RGB is 147 - color contains mainly: blue. Hex color #133793 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133793 is #ECC86C. Grayscale: #363636. Windows color (decimal): -15517805 or 9647891. OLE color: 9647891.

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

Color convert

RGB 19 55 147 -
CMYK 0.87 0.63 0 0.42
HSL 223.13º 0.77% 0.33% -
HSV(B) 223.13º 0.87% 0.58% -
XYZ 6.9 4.98 28.2 -
YUV 54.72 180.07 102.52 -
System Red Green Blue C M Y K H S L
Decimal 19 55 147 0.87 0.63 0 0.42 223.13 0.77 0.33
Hex 13 37 93 57 3F 0 2A DF 4D 21
Octal 23 67 223 127 77 0 52 337 115 41
Binary 10011 110111 10010011 1010111 111111 0 101010 11011111 1001101 100001

Color Harmonies of #133793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133793

Black with #133793

Text Example


Text Example

White with #133793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133793; }

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

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

background-color css

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

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

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

border-color css

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

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

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