#082A66

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

Shades of Sapphire #082A66

Tints of Sapphire #082A66

Color information

#082A66 (or 0x082A66) is unknown color: approx Sapphire. HEX triplet: 08, 2A and 66. RGB value is (8,42,102). Sum of RGB (Red+Green+Blue) = 8+42+102=152 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.26% from 152); Green value is 42 (16.80% from 255 or 27.63% from 152); Blue value is 102 (40.23% from 255 or 67.11% from 152); Max value from RGB is 102 - color contains mainly: blue. Hex color #082A66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082A66 is #F7D599. Grayscale: #262626. Windows color (decimal): -16242074 or 6695432. OLE color: 6695432.

HSL color Cylindrical-coordinate representation of color #082A66: hue angle of 218.3º degrees, saturation: 0.85, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #082A66 is Cyan = 0.92, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB842102-
CMYK0.920.5900.6
HSL218.3º85.45%21.57%-
HSV(B)218.3º92.16%40%-
XYZ3.332.6712.91-
YUV38.67163.74106.12-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.26%
GREEN value IS 42 (16.80% from 255) = 27.63%
BLUE value IS 102 (40.23% from 255) = 67.11%
R=5.26%
G=27.63%
B=67.11%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal8421020.920.5900.6218.385.4521.57
Hex82A665C3B03Cda5516
Octal10521461347307433212526
Binary100010101011001101011100111011011110011011010101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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