#081C71

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

Shades of Sapphire #081C71

Tints of Sapphire #081C71

Color information

#081C71 (or 0x081C71) is unknown color: approx Sapphire. HEX triplet: 08, 1C and 71. RGB value is (8,28,113). Sum of RGB (Red+Green+Blue) = 8+28+113=149 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.37% from 149); Green value is 28 (11.33% from 255 or 18.79% from 149); Blue value is 113 (44.53% from 255 or 75.84% from 149); Max value from RGB is 113 - color contains mainly: blue. Hex color #081C71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #081C71 is #F7E38E. Grayscale: #1F1F1F. Windows color (decimal): -16245647 or 7412744. OLE color: 7412744.

HSL color Cylindrical-coordinate representation of color #081C71: hue angle of 228.57º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #081C71 is Cyan = 0.93, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB828113-
CMYK0.930.7500.56
HSL228.57º86.78%23.73%-
HSV(B)228.57º92.92%44.31%-
XYZ3.52.0715.84-
YUV31.71173.87111.09-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.37%
GREEN value IS 28 (11.33% from 255) = 18.79%
BLUE value IS 113 (44.53% from 255) = 75.84%
R=5.37%
G=18.79%
B=75.84%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal8281130.930.7500.56228.5786.7823.73
Hex81C715D4B038e55718
Octal103416113511307034512730
Binary100011100111000110111011001011011100011100101101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081C71; }

 p { color: rgb(8,28,113); }

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

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

 a { background-color: rgb(8,28,113); }

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

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

 span { border-color: rgb(8,28,113); }

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