#010950

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

Shades of Sapphire #010950

Tints of Sapphire #010950

Color information

#010950 (or 0x010950) is unknown color: approx Sapphire. HEX triplet: 01, 09 and 50. RGB value is (1,9,80). Sum of RGB (Red+Green+Blue) = 1+9+80=90 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.11% from 90); Green value is 9 (3.91% from 255 or 10% from 90); Blue value is 80 (31.64% from 255 or 88.89% from 90); Max value from RGB is 80 - color contains mainly: blue. Hex color #010950 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010950 is #FEF6AF. Grayscale: #0E0E0E. Windows color (decimal): -16709296 or 5245185. OLE color: 5245185.

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

Color convert

RGB1980-
CMYK0.990.8900.69
HSL233.92º97.53%15.88%-
HSV(B)233.92º98.75%31.37%-
XYZ1.560.787.66-
YUV14.7164.85118.23-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.11%
GREEN value IS 9 (3.91% from 255) = 10%
BLUE value IS 80 (31.64% from 255) = 88.89%
R=1.11%
G=10%
B=88.89%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal19800.990.8900.69233.9297.5315.88
Hex19506359045ea6210
Octal111120143131010535214220
Binary110011010000110001110110010100010111101010110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010950; }

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

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

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

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

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

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

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

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