#000A58

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

Shades of Sapphire #000A58

Tints of Sapphire #000A58

Color information

#000A58 (or 0x000A58) is unknown color: approx Sapphire. HEX triplet: 00, 0A and 58. RGB value is (0,10,88). Sum of RGB (Red+Green+Blue) = 0+10+88=98 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 98); Green value is 10 (4.30% from 255 or 10.20% from 98); Blue value is 88 (34.77% from 255 or 89.80% from 98); Max value from RGB is 88 - color contains mainly: blue. Hex color #000A58 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000A58 is #FFF5A7. Grayscale: #0F0F0F. Windows color (decimal): -16774568 or 5769728. OLE color: 5769728.

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

Color convert

RGB01088-
CMYK10.8900.65
HSL233.18º100%17.25%-
HSV(B)233.18º100%34.51%-
XYZ1.870.929.31-
YUV15.9168.69116.66-

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

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal0108810.8900.65233.1810017.25
Hex0A586459041e96411
Octal012130144131010135114421
Binary010101011000110010010110010100000111101001110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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