#02208A

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

Shades of Smalt #02208A

Tints of Smalt #02208A

Color information

#02208A (or 0x02208A) is unknown color: approx Smalt. HEX triplet: 02, 20 and 8A. RGB value is (2,32,138). Sum of RGB (Red+Green+Blue) = 2+32+138=172 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.16% from 172); Green value is 32 (12.89% from 255 or 18.60% from 172); Blue value is 138 (54.30% from 255 or 80.23% from 172); Max value from RGB is 138 - color contains mainly: blue. Hex color #02208A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #02208A is #FDDF75. Grayscale: #222222. Windows color (decimal): -16637814 or 9052162. OLE color: 9052162.

HSL color Cylindrical-coordinate representation of color #02208A: hue angle of 226.76º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02208A is Cyan = 0.99, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB232138-
CMYK0.990.7700.46
HSL226.76º97.14%27.45%-
HSV(B)226.76º98.55%54.12%-
XYZ5.132.8824.33-
YUV35.11186.06104.38-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.16%
GREEN value IS 32 (12.89% from 255) = 18.60%
BLUE value IS 138 (54.30% from 255) = 80.23%
R=1.16%
G=18.60%
B=80.23%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal2321380.990.7700.46226.7697.1427.45
Hex2208A634D02Ee3611b
Octal24021214311505634314133
Binary101000001000101011000111001101010111011100011110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02208A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02208A; }

 p { color: rgb(2,32,138); }

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

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

 a { background-color: rgb(2,32,138); }

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

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

 span { border-color: rgb(2,32,138); }

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