#081F7A

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

Shades of Sapphire #081F7A

Tints of Sapphire #081F7A

Color information

#081F7A (or 0x081F7A) is unknown color: approx Sapphire. HEX triplet: 08, 1F and 7A. RGB value is (8,31,122). Sum of RGB (Red+Green+Blue) = 8+31+122=161 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.97% from 161); Green value is 31 (12.5% from 255 or 19.25% from 161); Blue value is 122 (48.05% from 255 or 75.78% from 161); Max value from RGB is 122 - color contains mainly: blue. Hex color #081F7A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #081F7A is #F7E085. Grayscale: #222222. Windows color (decimal): -16244870 or 8003336. OLE color: 8003336.

HSL color Cylindrical-coordinate representation of color #081F7A: hue angle of 227.89º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #081F7A is Cyan = 0.93, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB831122-
CMYK0.930.7500.52
HSL227.89º87.69%25.49%-
HSV(B)227.89º93.44%47.84%-
XYZ4.12.4418.67-
YUV34.5177.38109.1-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.97%
GREEN value IS 31 (12.5% from 255) = 19.25%
BLUE value IS 122 (48.05% from 255) = 75.78%
R=4.97%
G=19.25%
B=75.78%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal8311220.930.7500.52227.8987.6925.49
Hex81F7A5D4B034e45819
Octal103717213511306434413031
Binary100011111111101010111011001011011010011100100101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,31,122); }

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

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

 a { background-color: rgb(8,31,122); }

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

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

 span { border-color: rgb(8,31,122); }

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