#133CA2

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

Shades of Egyptian Blue #133CA2

Tints of Egyptian Blue #133CA2

Color information

#133CA2 (or 0x133CA2) is unknown color: approx Egyptian Blue. HEX triplet: 13, 3C and A2. RGB value is (19,60,162). Sum of RGB (Red+Green+Blue) = 19+60+162=241 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.88% from 241); Green value is 60 (23.83% from 255 or 24.90% from 241); Blue value is 162 (63.67% from 255 or 67.22% from 241); Max value from RGB is 162 - color contains mainly: blue. Hex color #133CA2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133CA2 is #ECC35D. Grayscale: #3A3A3A. Windows color (decimal): -15516510 or 10632211. OLE color: 10632211.

HSL color Cylindrical-coordinate representation of color #133CA2: hue angle of 222.8º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #133CA2 is Cyan = 0.88, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB1960162-
CMYK0.880.6300.36
HSL222.8º79.01%35.49%-
HSV(B)222.8º88.27%63.53%-
XYZ8.415.9834.89-
YUV59.37185.9299.21-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.88%
GREEN value IS 60 (23.83% from 255) = 24.90%
BLUE value IS 162 (63.67% from 255) = 67.22%
R=7.88%
G=24.90%
B=67.22%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal19601620.880.6300.36222.879.0135.49
Hex133CA2583F024df4f23
Octal23742421307704433711743
Binary100111111001010001010110001111110100100110111111001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133CA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,60,162); }

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

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

 a { background-color: rgb(19,60,162); }

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

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

 span { border-color: rgb(19,60,162); }

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