#082955

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

Shades of Sapphire #082955

Tints of Sapphire #082955

Color information

#082955 (or 0x082955) is unknown color: approx Sapphire. HEX triplet: 08, 29 and 55. RGB value is (8,41,85). Sum of RGB (Red+Green+Blue) = 8+41+85=134 (17% of max value = 765). Red value is 8 (3.52% from 255 or 5.97% from 134); Green value is 41 (16.41% from 255 or 30.60% from 134); Blue value is 85 (33.59% from 255 or 63.43% from 134); Max value from RGB is 85 - color contains mainly: blue. Hex color #082955 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082955 is #F7D6AA. Grayscale: #232323. Windows color (decimal): -16242347 or 5581064. OLE color: 5581064.

HSL color Cylindrical-coordinate representation of color #082955: hue angle of 214.29º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #082955 is Cyan = 0.91, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB84185-
CMYK0.910.5200.67
HSL214.29º82.8%18.24%-
HSV(B)214.29º90.59%33.33%-
XYZ2.532.298.9-
YUV36.15155.57107.92-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.97%
GREEN value IS 41 (16.41% from 255) = 30.60%
BLUE value IS 85 (33.59% from 255) = 63.43%
R=5.97%
G=30.60%
B=63.43%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal841850.910.5200.67214.2982.818.24
Hex829555B34043d65312
Octal105112513364010332612322
Binary1000101001101010110110111101000100001111010110101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082955; }

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

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

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

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

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

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

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

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