#000A59

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

Shades of Sapphire #000A59

Tints of Sapphire #000A59

Color information

#000A59 (or 0x000A59) is unknown color: approx Sapphire. HEX triplet: 00, 0A and 59. RGB value is (0,10,89). Sum of RGB (Red+Green+Blue) = 0+10+89=99 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 99); Green value is 10 (4.30% from 255 or 10.10% from 99); Blue value is 89 (35.16% from 255 or 89.90% from 99); Max value from RGB is 89 - color contains mainly: blue. Hex color #000A59 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000A59 is #FFF5A6. Grayscale: #0F0F0F. Windows color (decimal): -16774567 or 5835264. OLE color: 5835264.

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

Color convert

RGB01089-
CMYK10.8900.65
HSL233.26º100%17.45%-
HSV(B)233.26º100%34.9%-
XYZ1.910.949.53-
YUV16.02169.19116.58-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 10 (4.30% from 255) = 10.10%
BLUE value IS 89 (35.16% from 255) = 89.90%
R=0%
G=10.10%
B=89.90%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal0108910.8900.65233.2610017.45
Hex0A596459041e96411
Octal012131144131010135114421
Binary010101011001110010010110010100000111101001110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000A59; }

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

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

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

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

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

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

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

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