#082961

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

Shades of Sapphire #082961

Tints of Sapphire #082961

Color information

#082961 (or 0x082961) is unknown color: approx Sapphire. HEX triplet: 08, 29 and 61. RGB value is (8,41,97). Sum of RGB (Red+Green+Blue) = 8+41+97=146 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.48% from 146); Green value is 41 (16.41% from 255 or 28.08% from 146); Blue value is 97 (38.28% from 255 or 66.44% from 146); Max value from RGB is 97 - color contains mainly: blue. Hex color #082961 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082961 is #F7D69E. Grayscale: #252525. Windows color (decimal): -16242335 or 6367496. OLE color: 6367496.

HSL color Cylindrical-coordinate representation of color #082961: hue angle of 217.75º 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 #082961 is Cyan = 0.92, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB84197-
CMYK0.920.5800.62
HSL217.75º84.76%20.59%-
HSV(B)217.75º91.75%38.04%-
XYZ3.052.511.63-
YUV37.52161.57106.95-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.48%
GREEN value IS 41 (16.41% from 255) = 28.08%
BLUE value IS 97 (38.28% from 255) = 66.44%
R=5.48%
G=28.08%
B=66.44%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal841970.920.5800.62217.7584.7620.59
Hex829615C3A03Eda5515
Octal10511411347207633212525
Binary100010100111000011011100111010011111011011010101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082961; }

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

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

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

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

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

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

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

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