#000A5D

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

Shades of Sapphire #000A5D

Tints of Sapphire #000A5D

Color information

#000A5D (or 0x000A5D) is unknown color: approx Sapphire. HEX triplet: 00, 0A and 5D. RGB value is (0,10,93). Sum of RGB (Red+Green+Blue) = 0+10+93=103 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 103); Green value is 10 (4.30% from 255 or 9.71% from 103); Blue value is 93 (36.72% from 255 or 90.29% from 103); Max value from RGB is 93 - color contains mainly: blue. Hex color #000A5D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000A5D is #FFF5A2. Grayscale: #101010. Windows color (decimal): -16774563 or 6097408. OLE color: 6097408.

HSL color Cylindrical-coordinate representation of color #000A5D: hue angle of 233.55º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000A5D is Cyan = 1, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB01093-
CMYK10.8900.64
HSL233.55º100%18.24%-
HSV(B)233.55º100%36.47%-
XYZ2.081.0110.44-
YUV16.47171.19116.25-

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) = 9.71%
BLUE value IS 93 (36.72% from 255) = 90.29%
R=0%
G=9.71%
B=90.29%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal0109310.8900.64233.5510018.24
Hex0A5D6459040ea6412
Octal012135144131010035214422
Binary010101011101110010010110010100000011101010110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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