#011769

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

Shades of Sapphire #011769

Tints of Sapphire #011769

Color information

#011769 (or 0x011769) is unknown color: approx Sapphire. HEX triplet: 01, 17 and 69. RGB value is (1,23,105). Sum of RGB (Red+Green+Blue) = 1+23+105=129 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.78% from 129); Green value is 23 (9.38% from 255 or 17.83% from 129); Blue value is 105 (41.41% from 255 or 81.40% from 129); Max value from RGB is 105 - color contains mainly: blue. Hex color #011769 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011769 is #FEE896. Grayscale: #191919. Windows color (decimal): -16705687 or 6887169. OLE color: 6887169.

HSL color Cylindrical-coordinate representation of color #011769: hue angle of 227.31º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011769 is Cyan = 0.99, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB123105-
CMYK0.990.7800.59
HSL227.31º98.11%20.78%-
HSV(B)227.31º99.05%41.18%-
XYZ2.871.6413.53-
YUV25.77172.71110.33-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.78%
GREEN value IS 23 (9.38% from 255) = 17.83%
BLUE value IS 105 (41.41% from 255) = 81.40%
R=0.78%
G=17.83%
B=81.40%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1231050.990.7800.59227.3198.1120.78
Hex11769634E03Be36215
Octal12715114311607334314225
Binary110111110100111000111001110011101111100011110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011769; }

 p { color: rgb(1,23,105); }

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

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

 a { background-color: rgb(1,23,105); }

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

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

 span { border-color: rgb(1,23,105); }

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