#082262

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

Shades of Sapphire #082262

Tints of Sapphire #082262

Color information

#082262 (or 0x082262) is unknown color: approx Sapphire. HEX triplet: 08, 22 and 62. RGB value is (8,34,98). Sum of RGB (Red+Green+Blue) = 8+34+98=140 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.71% from 140); Green value is 34 (13.67% from 255 or 24.29% from 140); Blue value is 98 (38.67% from 255 or 70% from 140); Max value from RGB is 98 - color contains mainly: blue. Hex color #082262 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082262 is #F7DD9D. Grayscale: #212121. Windows color (decimal): -16244126 or 6431240. OLE color: 6431240.

HSL color Cylindrical-coordinate representation of color #082262: hue angle of 222.67º 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 #082262 is Cyan = 0.92, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB83498-
CMYK0.920.6500.62
HSL222.67º84.91%20.78%-
HSV(B)222.67º91.84%38.43%-
XYZ2.882.0811.8-
YUV33.52164.39109.8-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.71%
GREEN value IS 34 (13.67% from 255) = 24.29%
BLUE value IS 98 (38.67% from 255) = 70%
R=5.71%
G=24.29%
B=70%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal834980.920.6500.62222.6784.9120.78
Hex822625C4103Edf5515
Octal104214213410107633712525
Binary1000100010110001010111001000001011111011011111101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082262; }

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

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

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

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

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

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

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

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