#011368

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

Shades of Sapphire #011368

Tints of Sapphire #011368

Color information

#011368 (or 0x011368) is unknown color: approx Sapphire. HEX triplet: 01, 13 and 68. RGB value is (1,19,104). Sum of RGB (Red+Green+Blue) = 1+19+104=124 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.81% from 124); Green value is 19 (7.81% from 255 or 15.32% from 124); Blue value is 104 (41.02% from 255 or 83.87% from 124); Max value from RGB is 104 - color contains mainly: blue. Hex color #011368 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011368 is #FEEC97. Grayscale: #161616. Windows color (decimal): -16706712 or 6820609. OLE color: 6820609.

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

Color convert

RGB119104-
CMYK0.990.8200.59
HSL229.51º98.1%20.59%-
HSV(B)229.51º99.04%40.78%-
XYZ2.741.4713.24-
YUV23.31173.54112.09-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.81%
GREEN value IS 19 (7.81% from 255) = 15.32%
BLUE value IS 104 (41.02% from 255) = 83.87%
R=0.81%
G=15.32%
B=83.87%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1191040.990.8200.59229.5198.120.59
Hex11368635203Be66215
Octal12315014312207334614225
Binary110011110100011000111010010011101111100110110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011368; }

 p { color: rgb(1,19,104); }

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

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

 a { background-color: rgb(1,19,104); }

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

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

 span { border-color: rgb(1,19,104); }

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