#081973

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

Shades of Sapphire #081973

Tints of Sapphire #081973

Color information

#081973 (or 0x081973) is unknown color: approx Sapphire. HEX triplet: 08, 19 and 73. RGB value is (8,25,115). Sum of RGB (Red+Green+Blue) = 8+25+115=148 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.41% from 148); Green value is 25 (10.16% from 255 or 16.89% from 148); Blue value is 115 (45.31% from 255 or 77.70% from 148); Max value from RGB is 115 - color contains mainly: blue. Hex color #081973 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081973 is #F7E68C. Grayscale: #1D1D1D. Windows color (decimal): -16246413 or 7543048. OLE color: 7543048.

HSL color Cylindrical-coordinate representation of color #081973: hue angle of 230.47º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #081973 is Cyan = 0.93, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB825115-
CMYK0.930.7800.55
HSL230.47º86.99%24.12%-
HSV(B)230.47º93.04%45.1%-
XYZ3.541.9816.42-
YUV30.18175.87112.18-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.41%
GREEN value IS 25 (10.16% from 255) = 16.89%
BLUE value IS 115 (45.31% from 255) = 77.70%
R=5.41%
G=16.89%
B=77.70%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal8251150.930.7800.55230.4786.9924.12
Hex819735D4E037e65718
Octal103116313511606734612730
Binary100011001111001110111011001110011011111100110101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081973; }

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

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

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

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

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

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

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

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