#000959

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

Shades of Sapphire #000959

Tints of Sapphire #000959

Color information

#000959 (or 0x000959) is unknown color: approx Sapphire. HEX triplet: 00, 09 and 59. RGB value is (0,9,89). Sum of RGB (Red+Green+Blue) = 0+9+89=98 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 98); Green value is 9 (3.91% from 255 or 9.18% from 98); Blue value is 89 (35.16% from 255 or 90.82% from 98); Max value from RGB is 89 - color contains mainly: blue. Hex color #000959 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000959 is #FFF6A6. Grayscale: #0F0F0F. Windows color (decimal): -16774823 or 5835008. OLE color: 5835008.

HSL color Cylindrical-coordinate representation of color #000959: hue angle of 233.93º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000959 is Cyan = 1, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB0989-
CMYK10.9000.65
HSL233.93º100%17.45%-
HSV(B)233.93º100%34.9%-
XYZ1.90.929.53-
YUV15.43169.52117-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 9 (3.91% from 255) = 9.18%
BLUE value IS 89 (35.16% from 255) = 90.82%
R=0%
G=9.18%
B=90.82%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal098910.9000.65233.9310017.45
Hex0959645A041ea6411
Octal011131144132010135214421
Binary010011011001110010010110100100000111101010110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000959; }

 p { color: rgb(0,9,89); }

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

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

 a { background-color: rgb(0,9,89); }

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

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

 span { border-color: rgb(0,9,89); }

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