#081250

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

Shades of Sapphire #081250

Tints of Sapphire #081250

Color information

#081250 (or 0x081250) is unknown color: approx Sapphire. HEX triplet: 08, 12 and 50. RGB value is (8,18,80). Sum of RGB (Red+Green+Blue) = 8+18+80=106 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.55% from 106); Green value is 18 (7.42% from 255 or 16.98% from 106); Blue value is 80 (31.64% from 255 or 75.47% from 106); Max value from RGB is 80 - color contains mainly: blue. Hex color #081250 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081250 is #F7EDAF. Grayscale: #151515. Windows color (decimal): -16248240 or 5247496. OLE color: 5247496.

HSL color Cylindrical-coordinate representation of color #081250: hue angle of 231.67º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #081250 is Cyan = 0.90, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB81880-
CMYK0.900.7800.69
HSL231.67º81.82%17.25%-
HSV(B)231.67º90%31.37%-
XYZ1.761.067.7-
YUV22.08160.69117.96-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.55%
GREEN value IS 18 (7.42% from 255) = 16.98%
BLUE value IS 80 (31.64% from 255) = 75.47%
R=7.55%
G=16.98%
B=75.47%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal818800.900.7800.69231.6781.8217.25
Hex812505A4E045e85211
Octal1022120132116010535012221
Binary1000100101010000101101010011100100010111101000101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081250; }

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

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

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

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

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

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

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

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