#081757

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

Shades of Sapphire #081757

Tints of Sapphire #081757

Color information

#081757 (or 0x081757) is unknown color: approx Sapphire. HEX triplet: 08, 17 and 57. RGB value is (8,23,87). Sum of RGB (Red+Green+Blue) = 8+23+87=118 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.78% from 118); Green value is 23 (9.38% from 255 or 19.49% from 118); Blue value is 87 (34.38% from 255 or 73.73% from 118); Max value from RGB is 87 - color contains mainly: blue. Hex color #081757 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081757 is #F7E8A8. Grayscale: #191919. Windows color (decimal): -16246953 or 5707528. OLE color: 5707528.

HSL color Cylindrical-coordinate representation of color #081757: hue angle of 228.61º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #081757 is Cyan = 0.91, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB82387-
CMYK0.910.7400.66
HSL228.61º83.16%18.63%-
HSV(B)228.61º90.8%34.12%-
XYZ2.131.359.17-
YUV25.81162.53115.3-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.78%
GREEN value IS 23 (9.38% from 255) = 19.49%
BLUE value IS 87 (34.38% from 255) = 73.73%
R=6.78%
G=19.49%
B=73.73%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal823870.910.7400.66228.6183.1618.63
Hex817575B4A042e55313
Octal1027127133112010234512323
Binary1000101111010111101101110010100100001011100101101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081757; }

 p { color: rgb(8,23,87); }

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

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

 a { background-color: rgb(8,23,87); }

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

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

 span { border-color: rgb(8,23,87); }

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