#081D7A

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

Shades of Sapphire #081D7A

Tints of Sapphire #081D7A

Color information

#081D7A (or 0x081D7A) is unknown color: approx Sapphire. HEX triplet: 08, 1D and 7A. RGB value is (8,29,122). Sum of RGB (Red+Green+Blue) = 8+29+122=159 (21% of max value = 765). Red value is 8 (3.52% from 255 or 5.03% from 159); Green value is 29 (11.72% from 255 or 18.24% from 159); Blue value is 122 (48.05% from 255 or 76.73% from 159); Max value from RGB is 122 - color contains mainly: blue. Hex color #081D7A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #081D7A is #F7E285. Grayscale: #202020. Windows color (decimal): -16245382 or 8002824. OLE color: 8002824.

HSL color Cylindrical-coordinate representation of color #081D7A: hue angle of 228.95º 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 #081D7A is Cyan = 0.93, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB829122-
CMYK0.930.7600.52
HSL228.95º87.69%25.49%-
HSV(B)228.95º93.44%47.84%-
XYZ4.052.3418.65-
YUV33.32178.04109.94-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.03%
GREEN value IS 29 (11.72% from 255) = 18.24%
BLUE value IS 122 (48.05% from 255) = 76.73%
R=5.03%
G=18.24%
B=76.73%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal8291220.930.7600.52228.9587.6925.49
Hex81D7A5D4C034e55819
Octal103517213511406434513031
Binary100011101111101010111011001100011010011100101101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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