#133994

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

Shades of Egyptian Blue #133994

Tints of Egyptian Blue #133994

Color information

#133994 (or 0x133994) is unknown color: approx Egyptian Blue. HEX triplet: 13, 39 and 94. RGB value is (19,57,148). Sum of RGB (Red+Green+Blue) = 19+57+148=224 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.48% from 224); Green value is 57 (22.66% from 255 or 25.45% from 224); Blue value is 148 (58.20% from 255 or 66.07% from 224); Max value from RGB is 148 - color contains mainly: blue. Hex color #133994 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133994 is #ECC66B. Grayscale: #373737. Windows color (decimal): -15517292 or 9713939. OLE color: 9713939.

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

Color convert

RGB1957148-
CMYK0.870.6100.42
HSL222.33º77.25%32.75%-
HSV(B)222.33º87.16%58.04%-
XYZ7.085.228.65-
YUV56.01179.91101.6-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.48%
GREEN value IS 57 (22.66% from 255) = 25.45%
BLUE value IS 148 (58.20% from 255) = 66.07%
R=8.48%
G=25.45%
B=66.07%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal19571480.870.6100.42222.3377.2532.75
Hex133994573D02Ade4d21
Octal23712241277505233611541
Binary100111110011001010010101111111010101010110111101001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133994; }

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

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

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

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

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

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

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

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