#081260

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

Shades of Sapphire #081260

Tints of Sapphire #081260

Color information

#081260 (or 0x081260) is unknown color: approx Sapphire. HEX triplet: 08, 12 and 60. RGB value is (8,18,96). Sum of RGB (Red+Green+Blue) = 8+18+96=122 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.56% from 122); Green value is 18 (7.42% from 255 or 14.75% from 122); Blue value is 96 (37.89% from 255 or 78.69% from 122); Max value from RGB is 96 - color contains mainly: blue. Hex color #081260 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081260 is #F7ED9F. Grayscale: #171717. Windows color (decimal): -16248224 or 6296072. OLE color: 6296072.

HSL color Cylindrical-coordinate representation of color #081260: hue angle of 233.18º degrees, saturation: 0.85, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #081260 is Cyan = 0.92, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB81896-
CMYK0.920.8100.62
HSL233.18º84.62%20.39%-
HSV(B)233.18º91.67%37.65%-
XYZ2.431.3311.19-
YUV23.9168.69116.66-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.56%
GREEN value IS 18 (7.42% from 255) = 14.75%
BLUE value IS 96 (37.89% from 255) = 78.69%
R=6.56%
G=14.75%
B=78.69%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal818960.920.8100.62233.1884.6220.39
Hex812605C5103Ee95514
Octal102214013412107635112524
Binary100010010110000010111001010001011111011101001101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081260; }

 p { color: rgb(8,18,96); }

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

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

 a { background-color: rgb(8,18,96); }

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

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

 span { border-color: rgb(8,18,96); }

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