#133D8E

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

Shades of Smalt #133D8E

Tints of Smalt #133D8E

Color information

#133D8E (or 0x133D8E) is unknown color: approx Smalt. HEX triplet: 13, 3D and 8E. RGB value is (19,61,142). Sum of RGB (Red+Green+Blue) = 19+61+142=222 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.56% from 222); Green value is 61 (24.22% from 255 or 27.48% from 222); Blue value is 142 (55.86% from 255 or 63.96% from 222); Max value from RGB is 142 - color contains mainly: blue. Hex color #133D8E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133D8E is #ECC271. Grayscale: #393939. Windows color (decimal): -15516274 or 9321747. OLE color: 9321747.

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

Color convert

RGB1961142-
CMYK0.870.5700.44
HSL219.51º76.4%31.57%-
HSV(B)219.51º86.62%55.69%-
XYZ6.825.4326.28-
YUV57.68175.59100.41-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.56%
GREEN value IS 61 (24.22% from 255) = 27.48%
BLUE value IS 142 (55.86% from 255) = 63.96%
R=8.56%
G=27.48%
B=63.96%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal19611420.870.5700.44219.5176.431.57
Hex133D8E573902Cdc4c20
Octal23752161277105433411440
Binary100111111011000111010101111110010101100110111001001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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