#010F60

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

Shades of Sapphire #010F60

Tints of Sapphire #010F60

Color information

#010F60 (or 0x010F60) is unknown color: approx Sapphire. HEX triplet: 01, 0F and 60. RGB value is (1,15,96). Sum of RGB (Red+Green+Blue) = 1+15+96=112 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.89% from 112); Green value is 15 (6.25% from 255 or 13.39% from 112); Blue value is 96 (37.89% from 255 or 85.71% from 112); Max value from RGB is 96 - color contains mainly: blue. Hex color #010F60 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010F60 is #FEF09F. Grayscale: #131313. Windows color (decimal): -16707744 or 6295297. OLE color: 6295297.

HSL color Cylindrical-coordinate representation of color #010F60: hue angle of 231.16º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010F60 is Cyan = 0.99, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB11596-
CMYK0.990.8400.62
HSL231.16º97.94%19.02%-
HSV(B)231.16º98.96%37.65%-
XYZ2.291.1911.18-
YUV20.05170.86114.41-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.89%
GREEN value IS 15 (6.25% from 255) = 13.39%
BLUE value IS 96 (37.89% from 255) = 85.71%
R=0.89%
G=13.39%
B=85.71%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal115960.990.8400.62231.1697.9419.02
Hex1F60635403Ee76213
Octal11714014312407634714223
Binary11111110000011000111010100011111011100111110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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