#133A8E

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

Shades of Smalt #133A8E

Tints of Smalt #133A8E

Color information

#133A8E (or 0x133A8E) is unknown color: approx Smalt. HEX triplet: 13, 3A and 8E. RGB value is (19,58,142). Sum of RGB (Red+Green+Blue) = 19+58+142=219 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.68% from 219); Green value is 58 (23.05% from 255 or 26.48% from 219); Blue value is 142 (55.86% from 255 or 64.84% from 219); Max value from RGB is 142 - color contains mainly: blue. Hex color #133A8E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133A8E is #ECC571. Grayscale: #373737. Windows color (decimal): -15517042 or 9320979. OLE color: 9320979.

HSL color Cylindrical-coordinate representation of color #133A8E: hue angle of 220.98º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #133A8E is Cyan = 0.87, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB1958142-
CMYK0.870.5900.44
HSL220.98º76.4%31.57%-
HSV(B)220.98º86.62%55.69%-
XYZ6.665.1226.23-
YUV55.91176.58101.67-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.68%
GREEN value IS 58 (23.05% from 255) = 26.48%
BLUE value IS 142 (55.86% from 255) = 64.84%
R=8.68%
G=26.48%
B=64.84%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal19581420.870.5900.44220.9876.431.57
Hex133A8E573B02Cdd4c20
Octal23722161277305433511440
Binary100111110101000111010101111110110101100110111011001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,58,142); }

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

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

 a { background-color: rgb(19,58,142); }

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

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

 span { border-color: rgb(19,58,142); }

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