#082A6D

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

Shades of Sapphire #082A6D

Tints of Sapphire #082A6D

Color information

#082A6D (or 0x082A6D) is unknown color: approx Sapphire. HEX triplet: 08, 2A and 6D. RGB value is (8,42,109). Sum of RGB (Red+Green+Blue) = 8+42+109=159 (21% of max value = 765). Red value is 8 (3.52% from 255 or 5.03% from 159); Green value is 42 (16.80% from 255 or 26.42% from 159); Blue value is 109 (42.97% from 255 or 68.55% from 159); Max value from RGB is 109 - color contains mainly: blue. Hex color #082A6D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082A6D is #F7D592. Grayscale: #272727. Windows color (decimal): -16242067 or 7154184. OLE color: 7154184.

HSL color Cylindrical-coordinate representation of color #082A6D: hue angle of 219.8º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #082A6D is Cyan = 0.93, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB842109-
CMYK0.930.6100.57
HSL219.8º86.32%22.94%-
HSV(B)219.8º92.66%42.75%-
XYZ3.692.8114.82-
YUV39.47167.24105.55-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.03%
GREEN value IS 42 (16.80% from 255) = 26.42%
BLUE value IS 109 (42.97% from 255) = 68.55%
R=5.03%
G=26.42%
B=68.55%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal8421090.930.6100.57219.886.3222.94
Hex82A6D5D3D039dc5617
Octal10521551357507133412627
Binary100010101011011011011101111101011100111011100101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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