#011267

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

Shades of Sapphire #011267

Tints of Sapphire #011267

Color information

#011267 (or 0x011267) is unknown color: approx Sapphire. HEX triplet: 01, 12 and 67. RGB value is (1,18,103). Sum of RGB (Red+Green+Blue) = 1+18+103=122 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.82% from 122); Green value is 18 (7.42% from 255 or 14.75% from 122); Blue value is 103 (40.62% from 255 or 84.43% from 122); Max value from RGB is 103 - color contains mainly: blue. Hex color #011267 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011267 is #FEED98. Grayscale: #161616. Windows color (decimal): -16706969 or 6754817. OLE color: 6754817.

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

Color convert

RGB118103-
CMYK0.990.8300.60
HSL230º98.08%20.39%-
HSV(B)230º99.03%40.39%-
XYZ2.681.4212.96-
YUV22.61173.37112.59-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.82%
GREEN value IS 18 (7.42% from 255) = 14.75%
BLUE value IS 103 (40.62% from 255) = 84.43%
R=0.82%
G=14.75%
B=84.43%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal1181030.990.8300.6023098.0820.39
Hex11267635303Ce66214
Octal12214714312307434614224
Binary110010110011111000111010011011110011100110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011267; }

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

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

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

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

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

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

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

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