#133D9C

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

Shades of Egyptian Blue #133D9C

Tints of Egyptian Blue #133D9C

Color information

#133D9C (or 0x133D9C) is unknown color: approx Egyptian Blue. HEX triplet: 13, 3D and 9C. RGB value is (19,61,156). Sum of RGB (Red+Green+Blue) = 19+61+156=236 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.05% from 236); Green value is 61 (24.22% from 255 or 25.85% from 236); Blue value is 156 (61.33% from 255 or 66.10% from 236); Max value from RGB is 156 - color contains mainly: blue. Hex color #133D9C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133D9C is #ECC263. Grayscale: #3A3A3A. Windows color (decimal): -15516260 or 10239251. OLE color: 10239251.

HSL color Cylindrical-coordinate representation of color #133D9C: hue angle of 221.61º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #133D9C is Cyan = 0.88, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB1961156-
CMYK0.880.6100.39
HSL221.61º78.29%34.31%-
HSV(B)221.61º87.82%61.18%-
XYZ7.945.8832.17-
YUV59.27182.5999.28-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.05%
GREEN value IS 61 (24.22% from 255) = 25.85%
BLUE value IS 156 (61.33% from 255) = 66.10%
R=8.05%
G=25.85%
B=66.10%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal19611560.880.6100.39221.6178.2934.31
Hex133D9C583D027de4e22
Octal23752341307504733611642
Binary100111111011001110010110001111010100111110111101001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133D9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,61,156); }

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

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

 a { background-color: rgb(19,61,156); }

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

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

 span { border-color: rgb(19,61,156); }

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