#08319D

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

Shades of Smalt #08319D

Tints of Smalt #08319D

Color information

#08319D (or 0x08319D) is unknown color: approx Smalt. HEX triplet: 08, 31 and 9D. RGB value is (8,49,157). Sum of RGB (Red+Green+Blue) = 8+49+157=214 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.74% from 214); Green value is 49 (19.53% from 255 or 22.90% from 214); Blue value is 157 (61.72% from 255 or 73.36% from 214); Max value from RGB is 157 - color contains mainly: blue. Hex color #08319D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #08319D is #F7CE62. Grayscale: #303030. Windows color (decimal): -16240227 or 10301704. OLE color: 10301704.

HSL color Cylindrical-coordinate representation of color #08319D: hue angle of 223.49º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08319D is Cyan = 0.95, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB849157-
CMYK0.950.6900.38
HSL223.49º90.3%32.35%-
HSV(B)223.49º94.9%61.57%-
XYZ7.284.6832.42-
YUV49.05188.9298.72-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.74%
GREEN value IS 49 (19.53% from 255) = 22.90%
BLUE value IS 157 (61.72% from 255) = 73.36%
R=3.74%
G=22.90%
B=73.36%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal8491570.950.6900.38223.4990.332.35
Hex8319D5F45026df5a20
Octal106123513710504633713240
Binary100011000110011101101111110001010100110110111111011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08319D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08319D; }

 p { color: rgb(8,49,157); }

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

<style>
 a { background-color: #08319D; }

 a { background-color: rgb(8,49,157); }

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

<style>
 span { border-color: #08319D; }

 span { border-color: rgb(8,49,157); }

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