#010750

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

Shades of Sapphire #010750

Tints of Sapphire #010750

Color information

#010750 (or 0x010750) is unknown color: approx Sapphire. HEX triplet: 01, 07 and 50. RGB value is (1,7,80). Sum of RGB (Red+Green+Blue) = 1+7+80=88 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.14% from 88); Green value is 7 (3.12% from 255 or 7.95% from 88); Blue value is 80 (31.64% from 255 or 90.91% from 88); Max value from RGB is 80 - color contains mainly: blue. Hex color #010750 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010750 is #FEF8AF. Grayscale: #0D0D0D. Windows color (decimal): -16709808 or 5244673. OLE color: 5244673.

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

Color convert

RGB1780-
CMYK0.990.9100.69
HSL235.44º97.53%15.88%-
HSV(B)235.44º98.75%31.37%-
XYZ1.540.747.65-
YUV13.53165.51119.06-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.14%
GREEN value IS 7 (3.12% from 255) = 7.95%
BLUE value IS 80 (31.64% from 255) = 90.91%
R=1.14%
G=7.95%
B=90.91%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal17800.990.9100.69235.4497.5315.88
Hex1750635B045eb6210
Octal17120143133010535314220
Binary11111010000110001110110110100010111101011110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010750; }

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

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

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

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

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

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

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

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