#082A5B

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

Shades of Sapphire #082A5B

Tints of Sapphire #082A5B

Color information

#082A5B (or 0x082A5B) is unknown color: approx Sapphire. HEX triplet: 08, 2A and 5B. RGB value is (8,42,91). Sum of RGB (Red+Green+Blue) = 8+42+91=141 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.67% from 141); Green value is 42 (16.80% from 255 or 29.79% from 141); Blue value is 91 (35.94% from 255 or 64.54% from 141); Max value from RGB is 91 - color contains mainly: blue. Hex color #082A5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082A5B is #F7D5A4. Grayscale: #252525. Windows color (decimal): -16242085 or 5974536. OLE color: 5974536.

HSL color Cylindrical-coordinate representation of color #082A5B: hue angle of 215.42º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #082A5B is Cyan = 0.91, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB84291-
CMYK0.910.5400.64
HSL215.42º83.84%19.41%-
HSV(B)215.42º91.21%35.69%-
XYZ2.822.4610.22-
YUV37.42158.24107.02-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.67%
GREEN value IS 42 (16.80% from 255) = 29.79%
BLUE value IS 91 (35.94% from 255) = 64.54%
R=5.67%
G=29.79%
B=64.54%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal842910.910.5400.64215.4283.8419.41
Hex82A5B5B36040d75413
Octal105213313366010032712423
Binary1000101010101101110110111101100100000011010111101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082A5B; }

 p { color: rgb(8,42,91); }

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

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

 a { background-color: rgb(8,42,91); }

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

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

 span { border-color: rgb(8,42,91); }

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