#082273

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

Shades of Sapphire #082273

Tints of Sapphire #082273

Color information

#082273 (or 0x082273) is unknown color: approx Sapphire. HEX triplet: 08, 22 and 73. RGB value is (8,34,115). Sum of RGB (Red+Green+Blue) = 8+34+115=157 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.10% from 157); Green value is 34 (13.67% from 255 or 21.66% from 157); Blue value is 115 (45.31% from 255 or 73.25% from 157); Max value from RGB is 115 - color contains mainly: blue. Hex color #082273 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082273 is #F7DD8C. Grayscale: #232323. Windows color (decimal): -16244109 or 7545352. OLE color: 7545352.

HSL color Cylindrical-coordinate representation of color #082273: hue angle of 225.42º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #082273 is Cyan = 0.93, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB834115-
CMYK0.930.7000.55
HSL225.42º86.99%24.12%-
HSV(B)225.42º93.04%45.1%-
XYZ3.772.4316.49-
YUV35.46172.89108.41-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.10%
GREEN value IS 34 (13.67% from 255) = 21.66%
BLUE value IS 115 (45.31% from 255) = 73.25%
R=5.10%
G=21.66%
B=73.25%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal8341150.930.7000.55225.4286.9924.12
Hex822735D46037e15718
Octal104216313510606734112730
Binary1000100010111001110111011000110011011111100001101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082273; }

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

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

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

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

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

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

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

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