#13308F

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

Shades of Smalt #13308F

Tints of Smalt #13308F

Color information

#13308F (or 0x13308F) is unknown color: approx Smalt. HEX triplet: 13, 30 and 8F. RGB value is (19,48,143). Sum of RGB (Red+Green+Blue) = 19+48+143=210 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.05% from 210); Green value is 48 (19.14% from 255 or 22.86% from 210); Blue value is 143 (56.25% from 255 or 68.10% from 210); Max value from RGB is 143 - color contains mainly: blue. Hex color #13308F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #13308F is #ECCF70. Grayscale: #313131. Windows color (decimal): -15519601 or 9383955. OLE color: 9383955.

HSL color Cylindrical-coordinate representation of color #13308F: hue angle of 225.97º degrees, saturation: 0.77, 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 #13308F is Cyan = 0.87, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB1948143-
CMYK0.870.6600.44
HSL225.97º76.54%31.76%-
HSV(B)225.97º86.71%56.08%-
XYZ6.284.2426.47-
YUV50.16180.39105.78-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.05%
GREEN value IS 48 (19.14% from 255) = 22.86%
BLUE value IS 143 (56.25% from 255) = 68.10%
R=9.05%
G=22.86%
B=68.10%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal19481430.870.6600.44225.9776.5431.76
Hex13308F574202Ce24d20
Octal236021712710205434211540
Binary1001111000010001111101011110000100101100111000101001101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13308F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13308F; }

 p { color: rgb(19,48,143); }

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

<style>
 a { background-color: #13308F; }

 a { background-color: rgb(19,48,143); }

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

<style>
 span { border-color: #13308F; }

 span { border-color: rgb(19,48,143); }

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