#021B8B

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

Shades of Smalt #021B8B

Tints of Smalt #021B8B

Color information

#021B8B (or 0x021B8B) is unknown color: approx Smalt. HEX triplet: 02, 1B and 8B. RGB value is (2,27,139). Sum of RGB (Red+Green+Blue) = 2+27+139=168 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.19% from 168); Green value is 27 (10.94% from 255 or 16.07% from 168); Blue value is 139 (54.69% from 255 or 82.74% from 168); Max value from RGB is 139 - color contains mainly: blue. Hex color #021B8B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #021B8B is #FDE474. Grayscale: #1F1F1F. Windows color (decimal): -16639093 or 9116418. OLE color: 9116418.

HSL color Cylindrical-coordinate representation of color #021B8B: hue angle of 229.05º 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 #021B8B is Cyan = 0.99, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB227139-
CMYK0.990.8100.45
HSL229.05º97.16%27.65%-
HSV(B)229.05º98.56%54.51%-
XYZ5.082.6624.67-
YUV32.29188.22106.39-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.19%
GREEN value IS 27 (10.94% from 255) = 16.07%
BLUE value IS 139 (54.69% from 255) = 82.74%
R=1.19%
G=16.07%
B=82.74%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal2271390.990.8100.45229.0597.1627.65
Hex21B8B635102De5611c
Octal23321314312105534514134
Binary10110111000101111000111010001010110111100101110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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