#081350

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

Shades of Sapphire #081350

Tints of Sapphire #081350

Color information

#081350 (or 0x081350) is unknown color: approx Sapphire. HEX triplet: 08, 13 and 50. RGB value is (8,19,80). Sum of RGB (Red+Green+Blue) = 8+19+80=107 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.48% from 107); Green value is 19 (7.81% from 255 or 17.76% from 107); Blue value is 80 (31.64% from 255 or 74.77% from 107); Max value from RGB is 80 - color contains mainly: blue. Hex color #081350 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081350 is #F7ECAF. Grayscale: #161616. Windows color (decimal): -16247984 or 5247752. OLE color: 5247752.

HSL color Cylindrical-coordinate representation of color #081350: hue angle of 230.83º 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 #081350 is Cyan = 0.90, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB81980-
CMYK0.900.7600.69
HSL230.83º81.82%17.25%-
HSV(B)230.83º90%31.37%-
XYZ1.781.17.71-
YUV22.66160.36117.54-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.48%
GREEN value IS 19 (7.81% from 255) = 17.76%
BLUE value IS 80 (31.64% from 255) = 74.77%
R=7.48%
G=17.76%
B=74.77%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal819800.900.7600.69230.8381.8217.25
Hex813505A4C045e75211
Octal1023120132114010534712221
Binary1000100111010000101101010011000100010111100111101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081350; }

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

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

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

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

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

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

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

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