#082161

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

Shades of Sapphire #082161

Tints of Sapphire #082161

Color information

#082161 (or 0x082161) is unknown color: approx Sapphire. HEX triplet: 08, 21 and 61. RGB value is (8,33,97). Sum of RGB (Red+Green+Blue) = 8+33+97=138 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.80% from 138); Green value is 33 (13.28% from 255 or 23.91% from 138); Blue value is 97 (38.28% from 255 or 70.29% from 138); Max value from RGB is 97 - color contains mainly: blue. Hex color #082161 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082161 is #F7DE9E. Grayscale: #202020. Windows color (decimal): -16244383 or 6365448. OLE color: 6365448.

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

Color convert

RGB83397-
CMYK0.920.6600.62
HSL223.15º84.76%20.59%-
HSV(B)223.15º91.75%38.04%-
XYZ2.8211.55-
YUV32.82164.22110.3-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.80%
GREEN value IS 33 (13.28% from 255) = 23.91%
BLUE value IS 97 (38.28% from 255) = 70.29%
R=5.80%
G=23.91%
B=70.29%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal833970.920.6600.62223.1584.7620.59
Hex821615C4203Edf5515
Octal104114113410207633712525
Binary1000100001110000110111001000010011111011011111101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082161; }

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

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

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

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

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

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

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

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