#010F55

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

Shades of Sapphire #010F55

Tints of Sapphire #010F55

Color information

#010F55 (or 0x010F55) is unknown color: approx Sapphire. HEX triplet: 01, 0F and 55. RGB value is (1,15,85). Sum of RGB (Red+Green+Blue) = 1+15+85=101 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.99% from 101); Green value is 15 (6.25% from 255 or 14.85% from 101); Blue value is 85 (33.59% from 255 or 84.16% from 101); Max value from RGB is 85 - color contains mainly: blue. Hex color #010F55 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010F55 is #FEF0AA. Grayscale: #121212. Windows color (decimal): -16707755 or 5574401. OLE color: 5574401.

HSL color Cylindrical-coordinate representation of color #010F55: hue angle of 230º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010F55 is Cyan = 0.99, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB11585-
CMYK0.990.8200.67
HSL230º97.67%16.86%-
HSV(B)230º98.82%33.33%-
XYZ1.8218.69-
YUV18.79165.36115.31-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.99%
GREEN value IS 15 (6.25% from 255) = 14.85%
BLUE value IS 85 (33.59% from 255) = 84.16%
R=0.99%
G=14.85%
B=84.16%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal115850.990.8200.6723097.6716.86
Hex1F556352043e66211
Octal117125143122010334614221
Binary111111010101110001110100100100001111100110110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010F55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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