#003087

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

Shades of Smalt #003087

Tints of Smalt #003087

Color information

#003087 (or 0x003087) is unknown color: approx Smalt. HEX triplet: 00, 30 and 87. RGB value is (0,48,135). Sum of RGB (Red+Green+Blue) = 0+48+135=183 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 183); Green value is 48 (19.14% from 255 or 26.23% from 183); Blue value is 135 (53.12% from 255 or 73.77% from 183); Max value from RGB is 135 - color contains mainly: blue. Hex color #003087 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003087 is #FFCF78. Grayscale: #2B2B2B. Windows color (decimal): -16764793 or 8859648. OLE color: 8859648.

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

Color convert

RGB048135-
CMYK10.6400.47
HSL218.67º100%26.47%-
HSV(B)218.67º100%52.94%-
XYZ5.433.8623.38-
YUV43.57179.696.93-

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.23%
BLUE value IS 135 (53.12% from 255) = 73.77%
R=0%
G=26.23%
B=73.77%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal04813510.6400.47218.6710026.47
Hex03087644002Fdb641a
Octal06020714410005733314432
Binary01100001000011111001001000000010111111011011110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003087; }

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

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

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

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

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

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

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

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