#041056

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

Shades of Sapphire #041056

Tints of Sapphire #041056

Color information

#041056 (or 0x041056) is unknown color: approx Sapphire. HEX triplet: 04, 10 and 56. RGB value is (4,16,86). Sum of RGB (Red+Green+Blue) = 4+16+86=106 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.77% from 106); Green value is 16 (6.64% from 255 or 15.09% from 106); Blue value is 86 (33.98% from 255 or 81.13% from 106); Max value from RGB is 86 - color contains mainly: blue. Hex color #041056 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #041056 is #FBEFA9. Grayscale: #141414. Windows color (decimal): -16510890 or 5640196. OLE color: 5640196.

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

Color convert

RGB41686-
CMYK0.950.8100.66
HSL231.22º91.11%17.65%-
HSV(B)231.22º95.35%33.73%-
XYZ1.921.078.91-
YUV20.39165.02116.31-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.77%
GREEN value IS 16 (6.64% from 255) = 15.09%
BLUE value IS 86 (33.98% from 255) = 81.13%
R=3.77%
G=15.09%
B=81.13%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal416860.950.8100.66231.2291.1117.65
Hex410565F51042e75b12
Octal420126137121010234713322
Binary100100001010110101111110100010100001011100111101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041056; }

 p { color: rgb(4,16,86); }

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

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

 a { background-color: rgb(4,16,86); }

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

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

 span { border-color: rgb(4,16,86); }

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