#133F94

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

Shades of Egyptian Blue #133F94

Tints of Egyptian Blue #133F94

Color information

#133F94 (or 0x133F94) is unknown color: approx Egyptian Blue. HEX triplet: 13, 3F and 94. RGB value is (19,63,148). Sum of RGB (Red+Green+Blue) = 19+63+148=230 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.26% from 230); Green value is 63 (25% from 255 or 27.39% from 230); Blue value is 148 (58.20% from 255 or 64.35% from 230); Max value from RGB is 148 - color contains mainly: blue. Hex color #133F94 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133F94 is #ECC06B. Grayscale: #3B3B3B. Windows color (decimal): -15515756 or 9715475. OLE color: 9715475.

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

Color convert

RGB1963148-
CMYK0.870.5700.42
HSL219.53º77.25%32.75%-
HSV(B)219.53º87.16%58.04%-
XYZ7.395.8328.75-
YUV59.53177.9299.09-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.26%
GREEN value IS 63 (25% from 255) = 27.39%
BLUE value IS 148 (58.20% from 255) = 64.35%
R=8.26%
G=27.39%
B=64.35%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal19631480.870.5700.42219.5377.2532.75
Hex133F94573902Adc4d21
Octal23772241277105233411541
Binary100111111111001010010101111110010101010110111001001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133F94; }

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

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

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

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

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

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

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

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