#133794

Color #133794 Egyptian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Egyptian Blue #133794

Tints of Egyptian Blue #133794

Color information

#133794 (or 0x133794) is unknown color: approx Egyptian Blue. HEX triplet: 13, 37 and 94. RGB value is (19,55,148). Sum of RGB (Red+Green+Blue) = 19+55+148=222 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.56% from 222); Green value is 55 (21.88% from 255 or 24.77% from 222); Blue value is 148 (58.20% from 255 or 66.67% from 222); Max value from RGB is 148 - color contains mainly: blue. Hex color #133794 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133794 is #ECC86B. Grayscale: #363636. Windows color (decimal): -15517804 or 9713427. OLE color: 9713427.

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

Color convert

RGB1955148-
CMYK0.870.6300.42
HSL223.26º77.25%32.75%-
HSV(B)223.26º87.16%58.04%-
XYZ6.985.0128.62-
YUV54.84180.57102.44-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.56%
GREEN value IS 55 (21.88% from 255) = 24.77%
BLUE value IS 148 (58.20% from 255) = 66.67%
R=8.56%
G=24.77%
B=66.67%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal19551480.870.6300.42223.2677.2532.75
Hex133794573F02Adf4d21
Octal23672241277705233711541
Binary100111101111001010010101111111110101010110111111001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133794; }

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

 H1.HeaderClassName
 {
   color: #133794;
 }
 .AnyTagClassName
 {
   color: #133794;
 }
</style>
background-color css

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

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

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

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

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

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