#081871

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

Shades of Sapphire #081871

Tints of Sapphire #081871

Color information

#081871 (or 0x081871) is unknown color: approx Sapphire. HEX triplet: 08, 18 and 71. RGB value is (8,24,113). Sum of RGB (Red+Green+Blue) = 8+24+113=145 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.52% from 145); Green value is 24 (9.77% from 255 or 16.55% from 145); Blue value is 113 (44.53% from 255 or 77.93% from 145); Max value from RGB is 113 - color contains mainly: blue. Hex color #081871 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081871 is #F7E78E. Grayscale: #1C1C1C. Windows color (decimal): -16246671 or 7411720. OLE color: 7411720.

HSL color Cylindrical-coordinate representation of color #081871: hue angle of 230.86º 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 #081871 is Cyan = 0.93, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB824113-
CMYK0.930.7900.56
HSL230.86º86.78%23.73%-
HSV(B)230.86º92.92%44.31%-
XYZ3.411.915.81-
YUV29.36175.2112.76-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.52%
GREEN value IS 24 (9.77% from 255) = 16.55%
BLUE value IS 113 (44.53% from 255) = 77.93%
R=5.52%
G=16.55%
B=77.93%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal8241130.930.7900.56230.8686.7823.73
Hex818715D4F038e75718
Octal103016113511707034712730
Binary100011000111000110111011001111011100011100111101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081871; }

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

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

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

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

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

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

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

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