#082661

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

Shades of Sapphire #082661

Tints of Sapphire #082661

Color information

#082661 (or 0x082661) is unknown color: approx Sapphire. HEX triplet: 08, 26 and 61. RGB value is (8,38,97). Sum of RGB (Red+Green+Blue) = 8+38+97=143 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.59% from 143); Green value is 38 (15.23% from 255 or 26.57% from 143); Blue value is 97 (38.28% from 255 or 67.83% from 143); Max value from RGB is 97 - color contains mainly: blue. Hex color #082661 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082661 is #F7D99E. Grayscale: #232323. Windows color (decimal): -16243103 or 6366728. OLE color: 6366728.

HSL color Cylindrical-coordinate representation of color #082661: hue angle of 219.78º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #082661 is Cyan = 0.92, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB83897-
CMYK0.920.6100.62
HSL219.78º84.76%20.59%-
HSV(B)219.78º91.75%38.04%-
XYZ2.952.311.6-
YUV35.76162.56108.2-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.59%
GREEN value IS 38 (15.23% from 255) = 26.57%
BLUE value IS 97 (38.28% from 255) = 67.83%
R=5.59%
G=26.57%
B=67.83%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal838970.920.6100.62219.7884.7620.59
Hex826615C3D03Edc5515
Octal10461411347507633412525
Binary100010011011000011011100111101011111011011100101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082661; }

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

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

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

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

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

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

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

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