#082261

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

Shades of Sapphire #082261

Tints of Sapphire #082261

Color information

#082261 (or 0x082261) is unknown color: approx Sapphire. HEX triplet: 08, 22 and 61. RGB value is (8,34,97). Sum of RGB (Red+Green+Blue) = 8+34+97=139 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.76% from 139); Green value is 34 (13.67% from 255 or 24.46% from 139); Blue value is 97 (38.28% from 255 or 69.78% from 139); Max value from RGB is 97 - color contains mainly: blue. Hex color #082261 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082261 is #F7DD9E. Grayscale: #212121. Windows color (decimal): -16244127 or 6365704. OLE color: 6365704.

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

Color convert

RGB83497-
CMYK0.920.6500.62
HSL222.47º84.76%20.59%-
HSV(B)222.47º91.75%38.04%-
XYZ2.832.0611.56-
YUV33.41163.89109.88-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.76%
GREEN value IS 34 (13.67% from 255) = 24.46%
BLUE value IS 97 (38.28% from 255) = 69.78%
R=5.76%
G=24.46%
B=69.78%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal834970.920.6500.62222.4784.7620.59
Hex822615C4103Ede5515
Octal104214113410107633612525
Binary1000100010110000110111001000001011111011011110101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082261; }

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

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

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

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

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

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

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

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