#08208A

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

Shades of Smalt #08208A

Tints of Smalt #08208A

Color information

#08208A (or 0x08208A) is unknown color: approx Smalt. HEX triplet: 08, 20 and 8A. RGB value is (8,32,138). Sum of RGB (Red+Green+Blue) = 8+32+138=178 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.49% from 178); Green value is 32 (12.89% from 255 or 17.98% from 178); Blue value is 138 (54.30% from 255 or 77.53% from 178); Max value from RGB is 138 - color contains mainly: blue. Hex color #08208A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #08208A is #F7DF75. Grayscale: #242424. Windows color (decimal): -16244598 or 9052168. OLE color: 9052168.

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

Color convert

RGB832138-
CMYK0.940.7700.46
HSL228.92º89.04%28.63%-
HSV(B)228.92º94.2%54.12%-
XYZ5.22.9224.33-
YUV36.91185.05107.38-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.49%
GREEN value IS 32 (12.89% from 255) = 17.98%
BLUE value IS 138 (54.30% from 255) = 77.53%
R=4.49%
G=17.98%
B=77.53%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal8321380.940.7700.46228.9289.0428.63
Hex8208A5E4D02Ee5591d
Octal104021213611505634513135
Binary10001000001000101010111101001101010111011100101101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08208A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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