#133895

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

Shades of Egyptian Blue #133895

Tints of Egyptian Blue #133895

Color information

#133895 (or 0x133895) is unknown color: approx Egyptian Blue. HEX triplet: 13, 38 and 95. RGB value is (19,56,149). Sum of RGB (Red+Green+Blue) = 19+56+149=224 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.48% from 224); Green value is 56 (22.27% from 255 or 25% from 224); Blue value is 149 (58.59% from 255 or 66.52% from 224); Max value from RGB is 149 - color contains mainly: blue. Hex color #133895 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133895 is #ECC76A. Grayscale: #373737. Windows color (decimal): -15517547 or 9779219. OLE color: 9779219.

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

Color convert

RGB1956149-
CMYK0.870.6200.42
HSL222.92º77.38%32.94%-
HSV(B)222.92º87.25%58.43%-
XYZ7.115.1429.05-
YUV55.54180.74101.94-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.48%
GREEN value IS 56 (22.27% from 255) = 25%
BLUE value IS 149 (58.59% from 255) = 66.52%
R=8.48%
G=25%
B=66.52%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal19561490.870.6200.42222.9277.3832.94
Hex133895573E02Adf4d21
Octal23702251277605233711541
Binary100111110001001010110101111111100101010110111111001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133895; }

 p { color: rgb(19,56,149); }

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

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

 a { background-color: rgb(19,56,149); }

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

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

 span { border-color: rgb(19,56,149); }

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