#081C7A

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

Shades of Sapphire #081C7A

Tints of Sapphire #081C7A

Color information

#081C7A (or 0x081C7A) is unknown color: approx Sapphire. HEX triplet: 08, 1C and 7A. RGB value is (8,28,122). Sum of RGB (Red+Green+Blue) = 8+28+122=158 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.06% from 158); Green value is 28 (11.33% from 255 or 17.72% from 158); Blue value is 122 (48.05% from 255 or 77.22% from 158); Max value from RGB is 122 - color contains mainly: blue. Hex color #081C7A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #081C7A is #F7E385. Grayscale: #202020. Windows color (decimal): -16245638 or 8002568. OLE color: 8002568.

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

Color convert

RGB828122-
CMYK0.930.7700.52
HSL229.47º87.69%25.49%-
HSV(B)229.47º93.44%47.84%-
XYZ4.032.2918.64-
YUV32.74178.37110.36-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.06%
GREEN value IS 28 (11.33% from 255) = 17.72%
BLUE value IS 122 (48.05% from 255) = 77.22%
R=5.06%
G=17.72%
B=77.22%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal8281220.930.7700.52229.4787.6925.49
Hex81C7A5D4D034e55819
Octal103417213511506434513031
Binary100011100111101010111011001101011010011100101101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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