#003185

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

Shades of Smalt #003185

Tints of Smalt #003185

Color information

#003185 (or 0x003185) is unknown color: approx Smalt. HEX triplet: 00, 31 and 85. RGB value is (0,49,133). Sum of RGB (Red+Green+Blue) = 0+49+133=182 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 182); Green value is 49 (19.53% from 255 or 26.92% from 182); Blue value is 133 (52.34% from 255 or 73.08% from 182); Max value from RGB is 133 - color contains mainly: blue. Hex color #003185 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003185 is #FFCE7A. Grayscale: #2B2B2B. Windows color (decimal): -16764539 or 8728832. OLE color: 8728832.

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

Color convert

RGB049133-
CMYK10.6300.48
HSL217.89º100%26.08%-
HSV(B)217.89º100%52.16%-
XYZ5.333.8922.66-
YUV43.92178.2796.67-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 49 (19.53% from 255) = 26.92%
BLUE value IS 133 (52.34% from 255) = 73.08%
R=0%
G=26.92%
B=73.08%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal04913310.6300.48217.8910026.08
Hex03185643F030da641a
Octal0612051447706033214432
Binary0110001100001011100100111111011000011011010110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003185; }

 p { color: rgb(0,49,133); }

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

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

 a { background-color: rgb(0,49,133); }

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

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

 span { border-color: rgb(0,49,133); }

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