#003083

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

Shades of Smalt #003083

Tints of Smalt #003083

Color information

#003083 (or 0x003083) is unknown color: approx Smalt. HEX triplet: 00, 30 and 83. RGB value is (0,48,131). Sum of RGB (Red+Green+Blue) = 0+48+131=179 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 179); Green value is 48 (19.14% from 255 or 26.82% from 179); Blue value is 131 (51.56% from 255 or 73.18% from 179); Max value from RGB is 131 - color contains mainly: blue. Hex color #003083 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003083 is #FFCF7C. Grayscale: #2A2A2A. Windows color (decimal): -16764797 or 8597504. OLE color: 8597504.

HSL color Cylindrical-coordinate representation of color #003083: hue angle of 218.02º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003083 is Cyan = 1, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB048131-
CMYK10.6300.49
HSL218.02º100%25.69%-
HSV(B)218.02º100%51.37%-
XYZ5.153.7521.93-
YUV43.11177.697.25-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 48 (19.14% from 255) = 26.82%
BLUE value IS 131 (51.56% from 255) = 73.18%
R=0%
G=26.82%
B=73.18%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal04813110.6300.49218.0210025.69
Hex03083643F031da641a
Octal0602031447706133214432
Binary0110000100000111100100111111011000111011010110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003083; }

 p { color: rgb(0,48,131); }

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

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

 a { background-color: rgb(0,48,131); }

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

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

 span { border-color: rgb(0,48,131); }

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