#082A7B

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

Shades of Sapphire #082A7B

Tints of Sapphire #082A7B

Color information

#082A7B (or 0x082A7B) is unknown color: approx Sapphire. HEX triplet: 08, 2A and 7B. RGB value is (8,42,123). Sum of RGB (Red+Green+Blue) = 8+42+123=173 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.62% from 173); Green value is 42 (16.80% from 255 or 24.28% from 173); Blue value is 123 (48.44% from 255 or 71.10% from 173); Max value from RGB is 123 - color contains mainly: blue. Hex color #082A7B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082A7B is #F7D584. Grayscale: #282828. Windows color (decimal): -16242053 or 8071688. OLE color: 8071688.

HSL color Cylindrical-coordinate representation of color #082A7B: hue angle of 222.26º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #082A7B is Cyan = 0.93, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB842123-
CMYK0.930.6600.52
HSL222.26º87.79%25.69%-
HSV(B)222.26º93.5%48.24%-
XYZ4.53.1419.11-
YUV41.07174.24104.41-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.62%
GREEN value IS 42 (16.80% from 255) = 24.28%
BLUE value IS 123 (48.44% from 255) = 71.10%
R=4.62%
G=24.28%
B=71.10%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal8421230.930.6600.52222.2687.7925.69
Hex82A7B5D42034de581a
Octal105217313510206433613032
Binary1000101010111101110111011000010011010011011110101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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