#002086

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

Shades of Smalt #002086

Tints of Smalt #002086

Color information

#002086 (or 0x002086) is unknown color: approx Smalt. HEX triplet: 00, 20 and 86. RGB value is (0,32,134). Sum of RGB (Red+Green+Blue) = 0+32+134=166 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 166); Green value is 32 (12.89% from 255 or 19.28% from 166); Blue value is 134 (52.73% from 255 or 80.72% from 166); Max value from RGB is 134 - color contains mainly: blue. Hex color #002086 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002086 is #FFDF79. Grayscale: #212121. Windows color (decimal): -16768890 or 8790016. OLE color: 8790016.

HSL color Cylindrical-coordinate representation of color #002086: hue angle of 225.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 #002086 is Cyan = 1, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB032134-
CMYK10.7600.47
HSL225.67º100%26.27%-
HSV(B)225.67º100%52.55%-
XYZ4.822.7522.83-
YUV34.06184.4103.71-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 32 (12.89% from 255) = 19.28%
BLUE value IS 134 (52.73% from 255) = 80.72%
R=0%
G=19.28%
B=80.72%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal03213410.7600.47225.6710026.27
Hex02086644C02Fe2641a
Octal04020614411405734214432
Binary01000001000011011001001001100010111111100010110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002086; }

 p { color: rgb(0,32,134); }

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

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

 a { background-color: rgb(0,32,134); }

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

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

 span { border-color: rgb(0,32,134); }

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