#021C8B

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

Shades of Smalt #021C8B

Tints of Smalt #021C8B

Color information

#021C8B (or 0x021C8B) is unknown color: approx Smalt. HEX triplet: 02, 1C and 8B. RGB value is (2,28,139). Sum of RGB (Red+Green+Blue) = 2+28+139=169 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.18% from 169); Green value is 28 (11.33% from 255 or 16.57% from 169); Blue value is 139 (54.69% from 255 or 82.25% from 169); Max value from RGB is 139 - color contains mainly: blue. Hex color #021C8B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #021C8B is #FDE374. Grayscale: #202020. Windows color (decimal): -16638837 or 9116674. OLE color: 9116674.

HSL color Cylindrical-coordinate representation of color #021C8B: hue angle of 228.61º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #021C8B is Cyan = 0.99, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB228139-
CMYK0.990.8000.45
HSL228.61º97.16%27.65%-
HSV(B)228.61º98.56%54.51%-
XYZ5.12.7124.68-
YUV32.88187.89105.97-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.18%
GREEN value IS 28 (11.33% from 255) = 16.57%
BLUE value IS 139 (54.69% from 255) = 82.25%
R=1.18%
G=16.57%
B=82.25%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal2281390.990.8000.45228.6197.1627.65
Hex21C8B635002De5611c
Octal23421314312005534514134
Binary10111001000101111000111010000010110111100101110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021C8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021C8B; }

 p { color: rgb(2,28,139); }

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

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

 a { background-color: rgb(2,28,139); }

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

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

 span { border-color: rgb(2,28,139); }

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