#081A73

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

Shades of Sapphire #081A73

Tints of Sapphire #081A73

Color information

#081A73 (or 0x081A73) is unknown color: approx Sapphire. HEX triplet: 08, 1A and 73. RGB value is (8,26,115). Sum of RGB (Red+Green+Blue) = 8+26+115=149 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.37% from 149); Green value is 26 (10.55% from 255 or 17.45% from 149); Blue value is 115 (45.31% from 255 or 77.18% from 149); Max value from RGB is 115 - color contains mainly: blue. Hex color #081A73 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #081A73 is #F7E58C. Grayscale: #1E1E1E. Windows color (decimal): -16246157 or 7543304. OLE color: 7543304.

HSL color Cylindrical-coordinate representation of color #081A73: hue angle of 229.91º 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 #081A73 is Cyan = 0.93, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB826115-
CMYK0.930.7700.55
HSL229.91º86.99%24.12%-
HSV(B)229.91º93.04%45.1%-
XYZ3.562.0316.42-
YUV30.76175.54111.76-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.37%
GREEN value IS 26 (10.55% from 255) = 17.45%
BLUE value IS 115 (45.31% from 255) = 77.18%
R=5.37%
G=17.45%
B=77.18%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal8261150.930.7700.55229.9186.9924.12
Hex81A735D4D037e65718
Octal103216313511506734612730
Binary100011010111001110111011001101011011111100110101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081A73; }

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

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

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

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

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

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

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

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