#133094

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

Shades of Egyptian Blue #133094

Tints of Egyptian Blue #133094

Color information

#133094 (or 0x133094) is unknown color: approx Egyptian Blue. HEX triplet: 13, 30 and 94. RGB value is (19,48,148). Sum of RGB (Red+Green+Blue) = 19+48+148=215 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.84% from 215); Green value is 48 (19.14% from 255 or 22.33% from 215); Blue value is 148 (58.20% from 255 or 68.84% from 215); Max value from RGB is 148 - color contains mainly: blue. Hex color #133094 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133094 is #ECCF6B. Grayscale: #323232. Windows color (decimal): -15519596 or 9711635. OLE color: 9711635.

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

Color convert

RGB1948148-
CMYK0.870.6800.42
HSL226.51º77.25%32.75%-
HSV(B)226.51º87.16%58.04%-
XYZ6.674.3928.51-
YUV50.73182.89105.37-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.84%
GREEN value IS 48 (19.14% from 255) = 22.33%
BLUE value IS 148 (58.20% from 255) = 68.84%
R=8.84%
G=22.33%
B=68.84%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal19481480.870.6800.42226.5177.2532.75
Hex133094574402Ae34d21
Octal236022412710405234311541
Binary1001111000010010100101011110001000101010111000111001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133094; }

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

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

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

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

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

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

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

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