#082673

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

Shades of Sapphire #082673

Tints of Sapphire #082673

Color information

#082673 (or 0x082673) is unknown color: approx Sapphire. HEX triplet: 08, 26 and 73. RGB value is (8,38,115). Sum of RGB (Red+Green+Blue) = 8+38+115=161 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.97% from 161); Green value is 38 (15.23% from 255 or 23.60% from 161); Blue value is 115 (45.31% from 255 or 71.43% from 161); Max value from RGB is 115 - color contains mainly: blue. Hex color #082673 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082673 is #F7D98C. Grayscale: #252525. Windows color (decimal): -16243085 or 7546376. OLE color: 7546376.

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

Color convert

RGB838115-
CMYK0.930.6700.55
HSL223.18º86.99%24.12%-
HSV(B)223.18º93.04%45.1%-
XYZ3.892.6816.53-
YUV37.81171.56106.74-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.97%
GREEN value IS 38 (15.23% from 255) = 23.60%
BLUE value IS 115 (45.31% from 255) = 71.43%
R=4.97%
G=23.60%
B=71.43%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal8381150.930.6700.55223.1886.9924.12
Hex826735D43037df5718
Octal104616313510306733712730
Binary1000100110111001110111011000011011011111011111101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082673; }

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

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

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

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

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

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

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

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