#041159

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

Shades of Sapphire #041159

Tints of Sapphire #041159

Color information

#041159 (or 0x041159) is unknown color: approx Sapphire. HEX triplet: 04, 11 and 59. RGB value is (4,17,89). Sum of RGB (Red+Green+Blue) = 4+17+89=110 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.64% from 110); Green value is 17 (7.03% from 255 or 15.45% from 110); Blue value is 89 (35.16% from 255 or 80.91% from 110); Max value from RGB is 89 - color contains mainly: blue. Hex color #041159 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #041159 is #FBEEA6. Grayscale: #151515. Windows color (decimal): -16510631 or 5837060. OLE color: 5837060.

HSL color Cylindrical-coordinate representation of color #041159: hue angle of 230.82º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #041159 is Cyan = 0.96, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB41789-
CMYK0.960.8100.65
HSL230.82º91.4%18.24%-
HSV(B)230.82º95.51%34.9%-
XYZ2.051.159.56-
YUV21.32166.19115.65-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.64%
GREEN value IS 17 (7.03% from 255) = 15.45%
BLUE value IS 89 (35.16% from 255) = 80.91%
R=3.64%
G=15.45%
B=80.91%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal417890.960.8100.65230.8291.418.24
Hex411596051041e75b12
Octal421131140121010134713322
Binary100100011011001110000010100010100000111100111101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041159; }

 p { color: rgb(4,17,89); }

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

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

 a { background-color: rgb(4,17,89); }

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

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

 span { border-color: rgb(4,17,89); }

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