#010751

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

Shades of Sapphire #010751

Tints of Sapphire #010751

Color information

#010751 (or 0x010751) is unknown color: approx Sapphire. HEX triplet: 01, 07 and 51. RGB value is (1,7,81). Sum of RGB (Red+Green+Blue) = 1+7+81=89 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.12% from 89); Green value is 7 (3.12% from 255 or 7.87% from 89); Blue value is 81 (32.03% from 255 or 91.01% from 89); Max value from RGB is 81 - color contains mainly: blue. Hex color #010751 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010751 is #FEF8AE. Grayscale: #0D0D0D. Windows color (decimal): -16709807 or 5310209. OLE color: 5310209.

HSL color Cylindrical-coordinate representation of color #010751: hue angle of 235.5º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010751 is Cyan = 0.99, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB1781-
CMYK0.990.9100.68
HSL235.5º97.56%16.08%-
HSV(B)235.5º98.77%31.76%-
XYZ1.570.757.85-
YUV13.64166.01118.98-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.12%
GREEN value IS 7 (3.12% from 255) = 7.87%
BLUE value IS 81 (32.03% from 255) = 91.01%
R=1.12%
G=7.87%
B=91.01%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal17810.990.9100.68235.597.5616.08
Hex1751635B044ec6210
Octal17121143133010435414220
Binary11111010001110001110110110100010011101100110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010751; }

 p { color: rgb(1,7,81); }

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

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

 a { background-color: rgb(1,7,81); }

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

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

 span { border-color: rgb(1,7,81); }

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