#08408F

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

Shades of Smalt #08408F

Tints of Smalt #08408F

Color information

#08408F (or 0x08408F) is unknown color: approx Smalt. HEX triplet: 08, 40 and 8F. RGB value is (8,64,143). Sum of RGB (Red+Green+Blue) = 8+64+143=215 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.72% from 215); Green value is 64 (25.39% from 255 or 29.77% from 215); Blue value is 143 (56.25% from 255 or 66.51% from 215); Max value from RGB is 143 - color contains mainly: blue. Hex color #08408F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #08408F is #F7BF70. Grayscale: #373737. Windows color (decimal): -16236401 or 9388040. OLE color: 9388040.

HSL color Cylindrical-coordinate representation of color #08408F: hue angle of 215.11º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08408F is Cyan = 0.94, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB864143-
CMYK0.940.5500.44
HSL215.11º89.4%29.61%-
HSV(B)215.11º94.41%56.08%-
XYZ6.895.726.72-
YUV56.26176.9593.58-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.72%
GREEN value IS 64 (25.39% from 255) = 29.77%
BLUE value IS 143 (56.25% from 255) = 66.51%
R=3.72%
G=29.77%
B=66.51%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal8641430.940.5500.44215.1189.429.61
Hex8408F5E3702Cd7591e
Octal101002171366705432713136
Binary10001000000100011111011110110111010110011010111101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08408F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08408F; }

 p { color: rgb(8,64,143); }

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

<style>
 a { background-color: #08408F; }

 a { background-color: rgb(8,64,143); }

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

<style>
 span { border-color: #08408F; }

 span { border-color: rgb(8,64,143); }

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