#081972

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

Shades of Sapphire #081972

Tints of Sapphire #081972

Color information

#081972 (or 0x081972) is unknown color: approx Sapphire. HEX triplet: 08, 19 and 72. RGB value is (8,25,114). Sum of RGB (Red+Green+Blue) = 8+25+114=147 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.44% from 147); Green value is 25 (10.16% from 255 or 17.01% from 147); Blue value is 114 (44.92% from 255 or 77.55% from 147); Max value from RGB is 114 - color contains mainly: blue. Hex color #081972 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081972 is #F7E68D. Grayscale: #1D1D1D. Windows color (decimal): -16246414 or 7477512. OLE color: 7477512.

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

Color convert

RGB825114-
CMYK0.930.7800.55
HSL230.38º86.89%23.92%-
HSV(B)230.38º92.98%44.71%-
XYZ3.491.9616.11-
YUV30.06175.37112.26-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.44%
GREEN value IS 25 (10.16% from 255) = 17.01%
BLUE value IS 114 (44.92% from 255) = 77.55%
R=5.44%
G=17.01%
B=77.55%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal8251140.930.7800.55230.3886.8923.92
Hex819725D4E037e65718
Octal103116213511606734612730
Binary100011001111001010111011001110011011111100110101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081972; }

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

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

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

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

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

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

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

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