#081457

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

Shades of Sapphire #081457

Tints of Sapphire #081457

Color information

#081457 (or 0x081457) is unknown color: approx Sapphire. HEX triplet: 08, 14 and 57. RGB value is (8,20,87). Sum of RGB (Red+Green+Blue) = 8+20+87=115 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.96% from 115); Green value is 20 (8.20% from 255 or 17.39% from 115); Blue value is 87 (34.38% from 255 or 75.65% from 115); Max value from RGB is 87 - color contains mainly: blue. Hex color #081457 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081457 is #F7EBA8. Grayscale: #171717. Windows color (decimal): -16247721 or 5706760. OLE color: 5706760.

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

Color convert

RGB82087-
CMYK0.910.7700.66
HSL230.89º83.16%18.63%-
HSV(B)230.89º90.8%34.12%-
XYZ2.071.249.15-
YUV24.05163.52116.55-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.96%
GREEN value IS 20 (8.20% from 255) = 17.39%
BLUE value IS 87 (34.38% from 255) = 75.65%
R=6.96%
G=17.39%
B=75.65%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal820870.910.7700.66230.8983.1618.63
Hex814575B4D042e75313
Octal1024127133115010234712323
Binary1000101001010111101101110011010100001011100111101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081457; }

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

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

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

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

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

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

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

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