#010F63

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

Shades of Sapphire #010F63

Tints of Sapphire #010F63

Color information

#010F63 (or 0x010F63) is unknown color: approx Sapphire. HEX triplet: 01, 0F and 63. RGB value is (1,15,99). Sum of RGB (Red+Green+Blue) = 1+15+99=115 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.87% from 115); Green value is 15 (6.25% from 255 or 13.04% from 115); Blue value is 99 (39.06% from 255 or 86.09% from 115); Max value from RGB is 99 - color contains mainly: blue. Hex color #010F63 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010F63 is #FEF09C. Grayscale: #141414. Windows color (decimal): -16707741 or 6491905. OLE color: 6491905.

HSL color Cylindrical-coordinate representation of color #010F63: hue angle of 231.43º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010F63 is Cyan = 0.99, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB11599-
CMYK0.990.8500.61
HSL231.43º98%19.61%-
HSV(B)231.43º98.99%38.82%-
XYZ2.441.2511.92-
YUV20.39172.36114.17-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.87%
GREEN value IS 15 (6.25% from 255) = 13.04%
BLUE value IS 99 (39.06% from 255) = 86.09%
R=0.87%
G=13.04%
B=86.09%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal115990.990.8500.61231.439819.61
Hex1F63635503De76214
Octal11714314312507534714224
Binary11111110001111000111010101011110111100111110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010F63; }

 p { color: rgb(1,15,99); }

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

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

 a { background-color: rgb(1,15,99); }

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

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

 span { border-color: rgb(1,15,99); }

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