#081957

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

Shades of Sapphire #081957

Tints of Sapphire #081957

Color information

#081957 (or 0x081957) is unknown color: approx Sapphire. HEX triplet: 08, 19 and 57. RGB value is (8,25,87). Sum of RGB (Red+Green+Blue) = 8+25+87=120 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.67% from 120); Green value is 25 (10.16% from 255 or 20.83% from 120); Blue value is 87 (34.38% from 255 or 72.5% from 120); Max value from RGB is 87 - color contains mainly: blue. Hex color #081957 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081957 is #F7E6A8. Grayscale: #1A1A1A. Windows color (decimal): -16246441 or 5708040. OLE color: 5708040.

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

Color convert

RGB82587-
CMYK0.910.7100.66
HSL227.09º83.16%18.63%-
HSV(B)227.09º90.8%34.12%-
XYZ2.171.449.18-
YUV26.98161.87114.46-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.67%
GREEN value IS 25 (10.16% from 255) = 20.83%
BLUE value IS 87 (34.38% from 255) = 72.5%
R=6.67%
G=20.83%
B=72.5%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal825870.910.7100.66227.0983.1618.63
Hex819575B47042e35313
Octal1031127133107010234312323
Binary1000110011010111101101110001110100001011100011101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081957; }

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

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

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

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

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

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

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

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