#133C8D

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

Shades of Smalt #133C8D

Tints of Smalt #133C8D

Color information

#133C8D (or 0x133C8D) is unknown color: approx Smalt. HEX triplet: 13, 3C and 8D. RGB value is (19,60,141). Sum of RGB (Red+Green+Blue) = 19+60+141=220 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.64% from 220); Green value is 60 (23.83% from 255 or 27.27% from 220); Blue value is 141 (55.47% from 255 or 64.09% from 220); Max value from RGB is 141 - color contains mainly: blue. Hex color #133C8D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133C8D is #ECC372. Grayscale: #383838. Windows color (decimal): -15516531 or 9255955. OLE color: 9255955.

HSL color Cylindrical-coordinate representation of color #133C8D: hue angle of 219.84º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #133C8D is Cyan = 0.87, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1960141-
CMYK0.870.5700.45
HSL219.84º76.25%31.37%-
HSV(B)219.84º86.52%55.29%-
XYZ6.695.2925.87-
YUV56.97175.42100.91-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.64%
GREEN value IS 60 (23.83% from 255) = 27.27%
BLUE value IS 141 (55.47% from 255) = 64.09%
R=8.64%
G=27.27%
B=64.09%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal19601410.870.5700.45219.8476.2531.37
Hex133C8D573902Ddc4c1f
Octal23742151277105533411437
Binary10011111100100011011010111111001010110111011100100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133C8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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