#082971

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

Shades of Sapphire #082971

Tints of Sapphire #082971

Color information

#082971 (or 0x082971) is unknown color: approx Sapphire. HEX triplet: 08, 29 and 71. RGB value is (8,41,113). Sum of RGB (Red+Green+Blue) = 8+41+113=162 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.94% from 162); Green value is 41 (16.41% from 255 or 25.31% from 162); Blue value is 113 (44.53% from 255 or 69.75% from 162); Max value from RGB is 113 - color contains mainly: blue. Hex color #082971 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082971 is #F7D68E. Grayscale: #272727. Windows color (decimal): -16242319 or 7416072. OLE color: 7416072.

HSL color Cylindrical-coordinate representation of color #082971: hue angle of 221.14º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #082971 is Cyan = 0.93, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB841113-
CMYK0.930.6400.56
HSL221.14º86.78%23.73%-
HSV(B)221.14º92.92%44.31%-
XYZ3.872.8315.96-
YUV39.34169.57105.65-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.94%
GREEN value IS 41 (16.41% from 255) = 25.31%
BLUE value IS 113 (44.53% from 255) = 69.75%
R=4.94%
G=25.31%
B=69.75%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal8411130.930.6400.56221.1486.7823.73
Hex829715D40038dd5718
Octal105116113510007033512730
Binary1000101001111000110111011000000011100011011101101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082971; }

 p { color: rgb(8,41,113); }

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

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

 a { background-color: rgb(8,41,113); }

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

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

 span { border-color: rgb(8,41,113); }

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