#011067

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

Shades of Sapphire #011067

Tints of Sapphire #011067

Color information

#011067 (or 0x011067) is unknown color: approx Sapphire. HEX triplet: 01, 10 and 67. RGB value is (1,16,103). Sum of RGB (Red+Green+Blue) = 1+16+103=120 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 120); Green value is 16 (6.64% from 255 or 13.33% from 120); Blue value is 103 (40.62% from 255 or 85.83% from 120); Max value from RGB is 103 - color contains mainly: blue. Hex color #011067 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011067 is #FEEF98. Grayscale: #151515. Windows color (decimal): -16707481 or 6754305. OLE color: 6754305.

HSL color Cylindrical-coordinate representation of color #011067: hue angle of 231.18º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011067 is Cyan = 0.99, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB116103-
CMYK0.990.8400.60
HSL231.18º98.08%20.39%-
HSV(B)231.18º99.03%40.39%-
XYZ2.651.3612.95-
YUV21.43174.03113.43-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.83%
GREEN value IS 16 (6.64% from 255) = 13.33%
BLUE value IS 103 (40.62% from 255) = 85.83%
R=0.83%
G=13.33%
B=85.83%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal1161030.990.8400.60231.1898.0820.39
Hex11067635403Ce76214
Octal12014714312407434714224
Binary110000110011111000111010100011110011100111110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011067; }

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

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

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

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

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

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

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

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