#082172

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

Shades of Sapphire #082172

Tints of Sapphire #082172

Color information

#082172 (or 0x082172) is unknown color: approx Sapphire. HEX triplet: 08, 21 and 72. RGB value is (8,33,114). Sum of RGB (Red+Green+Blue) = 8+33+114=155 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.16% from 155); Green value is 33 (13.28% from 255 or 21.29% from 155); Blue value is 114 (44.92% from 255 or 73.55% from 155); Max value from RGB is 114 - color contains mainly: blue. Hex color #082172 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082172 is #F7DE8D. Grayscale: #222222. Windows color (decimal): -16244366 or 7479560. OLE color: 7479560.

HSL color Cylindrical-coordinate representation of color #082172: hue angle of 225.85º 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 #082172 is Cyan = 0.93, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB833114-
CMYK0.930.7100.55
HSL225.85º86.89%23.92%-
HSV(B)225.85º92.98%44.71%-
XYZ3.682.3516.18-
YUV34.76172.72108.91-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.16%
GREEN value IS 33 (13.28% from 255) = 21.29%
BLUE value IS 114 (44.92% from 255) = 73.55%
R=5.16%
G=21.29%
B=73.55%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal8331140.930.7100.55225.8586.8923.92
Hex821725D47037e25718
Octal104116213510706734212730
Binary1000100001111001010111011000111011011111100010101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082172; }

 p { color: rgb(8,33,114); }

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

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

 a { background-color: rgb(8,33,114); }

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

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

 span { border-color: rgb(8,33,114); }

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