#082269

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

Shades of Sapphire #082269

Tints of Sapphire #082269

Color information

#082269 (or 0x082269) is unknown color: approx Sapphire. HEX triplet: 08, 22 and 69. RGB value is (8,34,105). Sum of RGB (Red+Green+Blue) = 8+34+105=147 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.44% from 147); Green value is 34 (13.67% from 255 or 23.13% from 147); Blue value is 105 (41.41% from 255 or 71.43% from 147); Max value from RGB is 105 - color contains mainly: blue. Hex color #082269 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082269 is #F7DD96. Grayscale: #222222. Windows color (decimal): -16244119 or 6889992. OLE color: 6889992.

HSL color Cylindrical-coordinate representation of color #082269: hue angle of 223.92º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #082269 is Cyan = 0.92, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB834105-
CMYK0.920.6800.59
HSL223.92º85.84%22.16%-
HSV(B)223.92º92.38%41.18%-
XYZ3.222.2213.62-
YUV34.32167.89109.23-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.44%
GREEN value IS 34 (13.67% from 255) = 23.13%
BLUE value IS 105 (41.41% from 255) = 71.43%
R=5.44%
G=23.13%
B=71.43%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal8341050.920.6800.59223.9285.8422.16
Hex822695C4403Be05616
Octal104215113410407334012626
Binary1000100010110100110111001000100011101111100000101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082269; }

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

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

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

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

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

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

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

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