#08228A

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

Shades of Smalt #08228A

Tints of Smalt #08228A

Color information

#08228A (or 0x08228A) is unknown color: approx Smalt. HEX triplet: 08, 22 and 8A. RGB value is (8,34,138). Sum of RGB (Red+Green+Blue) = 8+34+138=180 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.44% from 180); Green value is 34 (13.67% from 255 or 18.89% from 180); Blue value is 138 (54.30% from 255 or 76.67% from 180); Max value from RGB is 138 - color contains mainly: blue. Hex color #08228A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #08228A is #F7DD75. Grayscale: #252525. Windows color (decimal): -16244086 or 9052680. OLE color: 9052680.

HSL color Cylindrical-coordinate representation of color #08228A: hue angle of 228º 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 #08228A is Cyan = 0.94, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB834138-
CMYK0.940.7500.46
HSL228º89.04%28.63%-
HSV(B)228º94.2%54.12%-
XYZ5.263.0324.35-
YUV38.08184.39106.54-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.44%
GREEN value IS 34 (13.67% from 255) = 18.89%
BLUE value IS 138 (54.30% from 255) = 76.67%
R=4.44%
G=18.89%
B=76.67%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal8341380.940.7500.4622889.0428.63
Hex8228A5E4B02Ee4591d
Octal104221213611305634413135
Binary10001000101000101010111101001011010111011100100101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08228A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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