#081657

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

Shades of Sapphire #081657

Tints of Sapphire #081657

Color information

#081657 (or 0x081657) is unknown color: approx Sapphire. HEX triplet: 08, 16 and 57. RGB value is (8,22,87). Sum of RGB (Red+Green+Blue) = 8+22+87=117 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.84% from 117); Green value is 22 (8.98% from 255 or 18.80% from 117); Blue value is 87 (34.38% from 255 or 74.36% from 117); Max value from RGB is 87 - color contains mainly: blue. Hex color #081657 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081657 is #F7E9A8. Grayscale: #181818. Windows color (decimal): -16247209 or 5707272. OLE color: 5707272.

HSL color Cylindrical-coordinate representation of color #081657: hue angle of 229.37º 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 #081657 is Cyan = 0.91, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB82287-
CMYK0.910.7500.66
HSL229.37º83.16%18.63%-
HSV(B)229.37º90.8%34.12%-
XYZ2.111.319.16-
YUV25.22162.86115.71-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.84%
GREEN value IS 22 (8.98% from 255) = 18.80%
BLUE value IS 87 (34.38% from 255) = 74.36%
R=6.84%
G=18.80%
B=74.36%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal822870.910.7500.66229.3783.1618.63
Hex816575B4B042e55313
Octal1026127133113010234512323
Binary1000101101010111101101110010110100001011100101101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081657; }

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

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

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

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

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

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

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

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