#011061

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

Shades of Sapphire #011061

Tints of Sapphire #011061

Color information

#011061 (or 0x011061) is unknown color: approx Sapphire. HEX triplet: 01, 10 and 61. RGB value is (1,16,97). Sum of RGB (Red+Green+Blue) = 1+16+97=114 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.88% from 114); Green value is 16 (6.64% from 255 or 14.04% from 114); Blue value is 97 (38.28% from 255 or 85.09% from 114); Max value from RGB is 97 - color contains mainly: blue. Hex color #011061 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011061 is #FEEF9E. Grayscale: #141414. Windows color (decimal): -16707487 or 6361089. OLE color: 6361089.

HSL color Cylindrical-coordinate representation of color #011061: hue angle of 230.62º 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 #011061 is Cyan = 0.99, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB11697-
CMYK0.990.8400.62
HSL230.62º97.96%19.22%-
HSV(B)230.62º98.97%38.04%-
XYZ2.361.2411.42-
YUV20.75171.03113.91-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.88%
GREEN value IS 16 (6.64% from 255) = 14.04%
BLUE value IS 97 (38.28% from 255) = 85.09%
R=0.88%
G=14.04%
B=85.09%

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
Decimal116970.990.8400.62230.6297.9619.22
Hex11061635403Ee76213
Octal12014114312407634714223
Binary110000110000111000111010100011111011100111110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011061; }

 p { color: rgb(1,16,97); }

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

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

 a { background-color: rgb(1,16,97); }

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

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

 span { border-color: rgb(1,16,97); }

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