#010F46

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

Shades of Sapphire #010F46

Tints of Sapphire #010F46

Color information

#010F46 (or 0x010F46) is unknown color: approx Sapphire. HEX triplet: 01, 0F and 46. RGB value is (1,15,70). Sum of RGB (Red+Green+Blue) = 1+15+70=86 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.16% from 86); Green value is 15 (6.25% from 255 or 17.44% from 86); Blue value is 70 (27.73% from 255 or 81.40% from 86); Max value from RGB is 70 - color contains mainly: blue. Hex color #010F46 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010F46 is #FEF0B9. Grayscale: #101010. Windows color (decimal): -16707770 or 4591361. OLE color: 4591361.

HSL color Cylindrical-coordinate representation of color #010F46: hue angle of 227.83º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010F46 is Cyan = 0.99, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB11570-
CMYK0.990.7900.73
HSL227.83º97.18%13.92%-
HSV(B)227.83º98.57%27.45%-
XYZ1.290.795.88-
YUV17.08157.86116.53-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.16%
GREEN value IS 15 (6.25% from 255) = 17.44%
BLUE value IS 70 (27.73% from 255) = 81.40%
R=1.16%
G=17.44%
B=81.40%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal115700.990.7900.73227.8397.1813.92
Hex1F46634F049e461e
Octal117106143117011134414116
Binary11111100011011000111001111010010011110010011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010F46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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