#003993

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

Shades of Smalt #003993

Tints of Smalt #003993

Color information

#003993 (or 0x003993) is unknown color: approx Smalt. HEX triplet: 00, 39 and 93. RGB value is (0,57,147). Sum of RGB (Red+Green+Blue) = 0+57+147=204 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 204); Green value is 57 (22.66% from 255 or 27.94% from 204); Blue value is 147 (57.81% from 255 or 72.06% from 204); Max value from RGB is 147 - color contains mainly: blue. Hex color #003993 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003993 is #FFC66C. Grayscale: #313131. Windows color (decimal): -16762477 or 9648384. OLE color: 9648384.

HSL color Cylindrical-coordinate representation of color #003993: hue angle of 216.73º 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 #003993 is Cyan = 1, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB057147-
CMYK10.6100.42
HSL216.73º100%28.82%-
HSV(B)216.73º100%57.65%-
XYZ6.735.0328.22-
YUV50.22182.6292.18-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 57 (22.66% from 255) = 27.94%
BLUE value IS 147 (57.81% from 255) = 72.06%
R=0%
G=27.94%
B=72.06%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal05714710.6100.42216.7310028.82
Hex03993643D02Ad9641d
Octal0712231447505233114435
Binary0111001100100111100100111101010101011011001110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003993; }

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

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

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

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

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

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

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

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