#082962

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

Shades of Sapphire #082962

Tints of Sapphire #082962

Color information

#082962 (or 0x082962) is unknown color: approx Sapphire. HEX triplet: 08, 29 and 62. RGB value is (8,41,98). Sum of RGB (Red+Green+Blue) = 8+41+98=147 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.44% from 147); Green value is 41 (16.41% from 255 or 27.89% from 147); Blue value is 98 (38.67% from 255 or 66.67% from 147); Max value from RGB is 98 - color contains mainly: blue. Hex color #082962 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082962 is #F7D69D. Grayscale: #252525. Windows color (decimal): -16242334 or 6433032. OLE color: 6433032.

HSL color Cylindrical-coordinate representation of color #082962: hue angle of 218º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #082962 is Cyan = 0.92, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB84198-
CMYK0.920.5800.62
HSL218º84.91%20.78%-
HSV(B)218º91.84%38.43%-
XYZ3.12.5211.88-
YUV37.63162.07106.87-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.44%
GREEN value IS 41 (16.41% from 255) = 27.89%
BLUE value IS 98 (38.67% from 255) = 66.67%
R=5.44%
G=27.89%
B=66.67%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal841980.920.5800.6221884.9120.78
Hex829625C3A03Eda5515
Octal10511421347207633212525
Binary100010100111000101011100111010011111011011010101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082962; }

 p { color: rgb(8,41,98); }

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

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

 a { background-color: rgb(8,41,98); }

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

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

 span { border-color: rgb(8,41,98); }

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