#003593

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

Shades of Smalt #003593

Tints of Smalt #003593

Color information

#003593 (or 0x003593) is unknown color: approx Smalt. HEX triplet: 00, 35 and 93. RGB value is (0,53,147). Sum of RGB (Red+Green+Blue) = 0+53+147=200 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 200); Green value is 53 (21.09% from 255 or 26.5% from 200); Blue value is 147 (57.81% from 255 or 73.5% from 200); Max value from RGB is 147 - color contains mainly: blue. Hex color #003593 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003593 is #FFCA6C. Grayscale: #2F2F2F. Windows color (decimal): -16763501 or 9647360. OLE color: 9647360.

HSL color Cylindrical-coordinate representation of color #003593: hue angle of 218.37º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003593 is Cyan = 1, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB053147-
CMYK10.6400.42
HSL218.37º100%28.82%-
HSV(B)218.37º100%57.65%-
XYZ6.544.6528.16-
YUV47.87183.9493.86-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 53 (21.09% from 255) = 26.5%
BLUE value IS 147 (57.81% from 255) = 73.5%
R=0%
G=26.5%
B=73.5%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal05314710.6400.42218.3710028.82
Hex03593644002Ada641d
Octal06522314410005233214435
Binary01101011001001111001001000000010101011011010110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003593; }

 p { color: rgb(0,53,147); }

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

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

 a { background-color: rgb(0,53,147); }

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

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

 span { border-color: rgb(0,53,147); }

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