#000958

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

Shades of Sapphire #000958

Tints of Sapphire #000958

Color information

#000958 (or 0x000958) is unknown color: approx Sapphire. HEX triplet: 00, 09 and 58. RGB value is (0,9,88). Sum of RGB (Red+Green+Blue) = 0+9+88=97 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 97); Green value is 9 (3.91% from 255 or 9.28% from 97); Blue value is 88 (34.77% from 255 or 90.72% from 97); Max value from RGB is 88 - color contains mainly: blue. Hex color #000958 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000958 is #FFF6A7. Grayscale: #0E0E0E. Windows color (decimal): -16774824 or 5769472. OLE color: 5769472.

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

Color convert

RGB0988-
CMYK10.9000.65
HSL233.86º100%17.25%-
HSV(B)233.86º100%34.51%-
XYZ1.860.99.31-
YUV15.32169.02117.08-

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.28%
BLUE value IS 88 (34.77% from 255) = 90.72%
R=0%
G=9.28%
B=90.72%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal098810.9000.65233.8610017.25
Hex0958645A041ea6411
Octal011130144132010135214421
Binary010011011000110010010110100100000111101010110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000958; }

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

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

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

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

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

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

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

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