#010F51

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

Shades of Sapphire #010F51

Tints of Sapphire #010F51

Color information

#010F51 (or 0x010F51) is unknown color: approx Sapphire. HEX triplet: 01, 0F and 51. RGB value is (1,15,81). Sum of RGB (Red+Green+Blue) = 1+15+81=97 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.03% from 97); Green value is 15 (6.25% from 255 or 15.46% from 97); Blue value is 81 (32.03% from 255 or 83.51% from 97); Max value from RGB is 81 - color contains mainly: blue. Hex color #010F51 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010F51 is #FEF0AE. Grayscale: #121212. Windows color (decimal): -16707759 or 5312257. OLE color: 5312257.

HSL color Cylindrical-coordinate representation of color #010F51: hue angle of 229.5º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010F51 is Cyan = 0.99, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB11581-
CMYK0.990.8100.68
HSL229.5º97.56%16.08%-
HSV(B)229.5º98.77%31.76%-
XYZ1.670.947.88-
YUV18.34163.36115.63-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.03%
GREEN value IS 15 (6.25% from 255) = 15.46%
BLUE value IS 81 (32.03% from 255) = 83.51%
R=1.03%
G=15.46%
B=83.51%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal115810.990.8100.68229.597.5616.08
Hex1F516351044e66210
Octal117121143121010434614220
Binary111111010001110001110100010100010011100110110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010F51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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