#082455

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

Shades of Sapphire #082455

Tints of Sapphire #082455

Color information

#082455 (or 0x082455) is unknown color: approx Sapphire. HEX triplet: 08, 24 and 55. RGB value is (8,36,85). Sum of RGB (Red+Green+Blue) = 8+36+85=129 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.20% from 129); Green value is 36 (14.45% from 255 or 27.91% from 129); Blue value is 85 (33.59% from 255 or 65.89% from 129); Max value from RGB is 85 - color contains mainly: blue. Hex color #082455 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082455 is #F7DBAA. Grayscale: #202020. Windows color (decimal): -16243627 or 5579784. OLE color: 5579784.

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

Color convert

RGB83685-
CMYK0.910.5800.67
HSL218.18º82.8%18.24%-
HSV(B)218.18º90.59%33.33%-
XYZ2.371.978.85-
YUV33.21157.22110.02-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.20%
GREEN value IS 36 (14.45% from 255) = 27.91%
BLUE value IS 85 (33.59% from 255) = 65.89%
R=6.20%
G=27.91%
B=65.89%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal836850.910.5800.67218.1882.818.24
Hex824555B3A043da5312
Octal104412513372010333212322
Binary1000100100101010110110111110100100001111011010101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082455; }

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

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

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

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

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

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

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

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